Search for schema

  1. Search 7.x for schema
  2. Search 9.5.x for schema
  3. Search 8.9.x for schema
  4. Search 10.3.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/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/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.

All search results

Title Object type File name Summary
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new entity level index is created when data exists.
EntityFieldManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity last installed schema repository.
EntityFieldManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity last installed schema repository.
EntityLastInstalledSchemaRepository class core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Provides a repository for installed entity definitions.
EntityLastInstalledSchemaRepository.php file core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::$cacheBackend property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The cache backend.
EntityLastInstalledSchemaRepository::$entityTypeDefinitions property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The loaded installed entity type definitions.
EntityLastInstalledSchemaRepository::$keyValueFactory property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The key-value factory.
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::__construct function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Constructs a new EntityLastInstalledSchemaRepository.
EntityLastInstalledSchemaRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Provides an interface for an installed entity definition repository.
EntityLastInstalledSchemaRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type's field storage definitions in the application state.
EntityReferenceItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntitySchemaSubscriber class core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Defines a class for listening to entity schema changes.
EntitySchemaSubscriber class core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Defines a class for listening to entity schema changes.
EntitySchemaSubscriber.php file core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber.php file core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::$entityDefinitionUpdateManager property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The definition update manager.
EntitySchemaSubscriber::$entityDefinitionUpdateManager property core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php The entity definition update manager.
EntitySchemaSubscriber::$entityLastInstalledSchemaRepository property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The last installed schema definitions.
EntitySchemaSubscriber::$state property core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php The state service.
EntitySchemaSubscriber::$workspaceInfo property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The workspace information service.
EntitySchemaSubscriber::addRevisionMetadataField function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Adds the 'workspace' revision metadata field to an entity type.
EntitySchemaSubscriber::getSubscribedEvents function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getSubscribedEvents function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getWorkspaceFieldDefinition function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Gets the base field definition for the 'workspace' revision metadata field.
EntitySchemaSubscriber::onEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::onEntityTypeCreate function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::onEntityTypeDelete function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::onEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::onEntityTypeUpdate function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::onFieldableEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::onFieldableEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::__construct function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Constructs a new EntitySchemaSubscriber.
EntitySchemaSubscriber::__construct function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Constructs a new EntitySchemaSubscriber.

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