Search for schema

  1. Search 7.x for schema
  2. Search 8.9.x for schema
  3. Search 10.3.x for schema
  4. Search 11.x for schema
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Schema class core/modules/sqlite/src/Driver/Database/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/mysql/src/Driver/Database/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php A very minimal class for testing purposes.
Schema class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.

All search results

Title Object type File name Summary
views.argument.schema.yml file core/modules/views/config/schema/views.argument.schema.yml core/modules/views/config/schema/views.argument.schema.yml
views.argument_default.schema.yml file core/modules/views/config/schema/views.argument_default.schema.yml core/modules/views/config/schema/views.argument_default.schema.yml
views.argument_validator.schema.yml file core/modules/views/config/schema/views.argument_validator.schema.yml core/modules/views/config/schema/views.argument_validator.schema.yml
views.cache.schema.yml file core/modules/views/config/schema/views.cache.schema.yml core/modules/views/config/schema/views.cache.schema.yml
views.data_types.schema.yml file core/modules/views/config/schema/views.data_types.schema.yml core/modules/views/config/schema/views.data_types.schema.yml
views.display.schema.yml file core/modules/views/config/schema/views.display.schema.yml core/modules/views/config/schema/views.display.schema.yml
views.entity_reference.schema.yml file core/modules/views/config/schema/views.entity_reference.schema.yml core/modules/views/config/schema/views.entity_reference.schema.yml
views.entity_schema_subscriber service core/modules/views/views.services.yml Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber
views.exposed_form.schema.yml file core/modules/views/config/schema/views.exposed_form.schema.yml core/modules/views/config/schema/views.exposed_form.schema.yml
views.field.schema.yml file core/modules/views/config/schema/views.field.schema.yml core/modules/views/config/schema/views.field.schema.yml
views.filter.schema.yml file core/modules/views/config/schema/views.filter.schema.yml core/modules/views/config/schema/views.filter.schema.yml
views.pager.schema.yml file core/modules/views/config/schema/views.pager.schema.yml core/modules/views/config/schema/views.pager.schema.yml
views.query.schema.yml file core/modules/views/config/schema/views.query.schema.yml core/modules/views/config/schema/views.query.schema.yml
views.relationship.schema.yml file core/modules/views/config/schema/views.relationship.schema.yml core/modules/views/config/schema/views.relationship.schema.yml
views.row.schema.yml file core/modules/views/config/schema/views.row.schema.yml core/modules/views/config/schema/views.row.schema.yml
views.schema.yml file core/modules/views/config/schema/views.schema.yml core/modules/views/config/schema/views.schema.yml
views.sort.schema.yml file core/modules/views/config/schema/views.sort.schema.yml core/modules/views/config/schema/views.sort.schema.yml
views.style.schema.yml file core/modules/views/config/schema/views.style.schema.yml core/modules/views/config/schema/views.style.schema.yml
views.view.test_comment_schema.yml file core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_schema.yml core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_schema.yml
ViewsEntitySchemaSubscriber class core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to changes on entity types to update all views entities.
ViewsEntitySchemaSubscriber.php file core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php
ViewsEntitySchemaSubscriber::$entityTypeManager property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php The entity type manager.
ViewsEntitySchemaSubscriber::$logger property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php The default logger service.
ViewsEntitySchemaSubscriber::$viewsToSave property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Array of views that need to be saved, indexed by view name.
ViewsEntitySchemaSubscriber::baseTableRename function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a base table is renamed.
ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a base table got renamed.
ViewsEntitySchemaSubscriber::dataTableAddition function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a data table is added.
ViewsEntitySchemaSubscriber::dataTableRemoval function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a data table is removed.
ViewsEntitySchemaSubscriber::dataTableRename function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a data table is renamed.
ViewsEntitySchemaSubscriber::DATA_TABLE_ADDITION constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a data table got added.
ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a data table got removed.
ViewsEntitySchemaSubscriber::DATA_TABLE_RENAME constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a data table got renamed.
ViewsEntitySchemaSubscriber::getSubscribedEvents function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php
ViewsEntitySchemaSubscriber::onEntityTypeDelete function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to the deletion of the entity type.
ViewsEntitySchemaSubscriber::onEntityTypeUpdate function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to the update of the entity type.
ViewsEntitySchemaSubscriber::processHandlers function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Applies a callable onto all handlers of all passed in views.
ViewsEntitySchemaSubscriber::revisionRemoval function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if revision support is removed.
ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_ADDITION constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision data table got added.
ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_REMOVAL constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision data table got removed.
ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_RENAME constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision data table got renamed.
ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision table got added.
ViewsEntitySchemaSubscriber::REVISION_TABLE_REMOVAL constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision table got removed.
ViewsEntitySchemaSubscriber::REVISION_TABLE_RENAME constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision table got renamed.
ViewsEntitySchemaSubscriber::__construct function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Constructs a ViewsEntitySchemaSubscriber.
ViewsEntitySchemaSubscriberIntegrationTest class core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber.
ViewsEntitySchemaSubscriberIntegrationTest.php file core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The entity definition update manager.
ViewsEntitySchemaSubscriberIntegrationTest::$entityTypeManager property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The entity type manager service.
ViewsEntitySchemaSubscriberIntegrationTest::$eventDispatcher property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The event dispatcher.
ViewsEntitySchemaSubscriberIntegrationTest::$eventSubscriber property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The tested event subscriber of views.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.