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
EntitySchemaSubscriber::onFieldableEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the fieldable entity type.
EntitySchemaSubscriber::onFieldableEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of a fieldable entity type.
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.
EntitySchemaTest class core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the default entity storage schema handler.
EntitySchemaTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntitySchemaTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The database connection used.
EntitySchemaTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The entity definition update manager.
EntitySchemaTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The entity field manager.
EntitySchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Modules to install.
EntitySchemaTest::findPrimaryKeys function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Finds the primary keys for a given entity type.
EntitySchemaTest::providerTestPrimaryKeyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Provides test cases for EntitySchemaTest::testPrimaryKeyUpdate()
EntitySchemaTest::refreshServices function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Refresh services.
EntitySchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntitySchemaTest::testCleanUpStorageDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests fields from an uninstalled module are removed from the schema.
EntitySchemaTest::testCustomFieldCreateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the custom bundle field creation and deletion.
EntitySchemaTest::testEntitySchemaUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that entity schema responds to changes in the entity type definition.
EntitySchemaTest::testIdentifierSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the installed storage schema for identifier fields.
EntitySchemaTest::testModifyingTranslatableColumnSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that modifying the UUID field for a translatable entity works.
EntitySchemaTest::testPrimaryKeyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests deleting and creating a field that is part of a primary key.
EntitySchemaTest::updateEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Updates the entity type definition.
EntitySchemaTestHooks class core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Hook implementations for entity_schema_test.
EntitySchemaTestHooks.php file core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php
EntitySchemaTestHooks::entityBaseFieldInfo function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_base_field_info().
EntitySchemaTestHooks::entityBundleCreate function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_create().
EntitySchemaTestHooks::entityBundleDelete function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_delete().
EntitySchemaTestHooks::entityBundleFieldInfo function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_field_info().
EntitySchemaTestHooks::entityFieldStorageInfo function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_field_storage_info().
EntitySchemaTestHooks::entityTypeAlter function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_type_alter().
EntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Defines the interface for entity storage schema handler classes.
EntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php
EntityStorageSchemaInterface::requiresEntityDataMigration function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if the changes to the entity type requires storage schema changes.
EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository property core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php The last installed schema repository.
EntityTestUpdateStorageSchema class core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Defines the entity_test_update storage_schema handler.
EntityTestUpdateStorageSchema.php file core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
EntityTestUpdateStorageSchema::getEntitySchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the entity schema for the specified entity type.
EntityTestUpdateStorageSchema::getSharedTableFieldSchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the schema for a single field definition.
EntityTypeListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityTypeListener.php The entity last installed schema repository.
EntityTypeManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityTypeManager.php The entity last installed schema repository.
EntityTypeManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The entity last installed schema repository.
entity_reference_test.schema.yml file core/modules/system/tests/modules/entity_reference_test/config/schema/entity_reference_test.schema.yml core/modules/system/tests/modules/entity_reference_test/config/schema/entity_reference_test.schema.yml
entity_schema_test.info.yml file core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml
entity_schema_test.module file core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
entity_schema_test_entity_base_field_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_base_field_info().
entity_schema_test_entity_bundle_create function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_create().
entity_schema_test_entity_bundle_delete function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_delete().
entity_schema_test_entity_bundle_field_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_field_info().
entity_schema_test_entity_field_storage_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_field_storage_info().
entity_schema_test_entity_type_alter function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_type_alter().

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