search_extra_type.schema.yml |
file |
core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml |
core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml |
search_schema |
function |
core/modules/search/search.install |
Implements hook_schema(). |
SerializedItem::schema |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedItem.php |
Returns the schema for the field. |
SerializedPropertyItem::schema |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/SerializedPropertyItem.php |
Returns the schema for the field. |
SessionHandler::schemaDefinition |
function |
core/lib/Drupal/Core/Session/SessionHandler.php |
Defines the schema for the session table. |
ShapeItem::schema |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php |
Returns the schema for the field. |
shortcut.schema.yml |
file |
core/modules/shortcut/config/schema/shortcut.schema.yml |
core/modules/shortcut/config/schema/shortcut.schema.yml |
shortcut_schema |
function |
core/modules/shortcut/shortcut.install |
Implements hook_schema(). |
SimpletestTestRunResultsStorage::testingResultsSchema |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Defines the database schema for run-tests.sh and simpletest module. |
SmartDefaultSettingsTest::$strictConfigSchema |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Exempt from strict schema checking, because using CKEditor 4. |
Sql::getFieldSchema |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Creates schema from an ID definition. |
SqlContentEntityStorage::$storageSchema |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The entity type's storage schema object. |
SqlContentEntityStorage::getStorageSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets the entity type's storage schema object. |
SqlContentEntityStorage::requiresEntityStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Checks if the changes to the entity type requires storage schema changes. |
SqlContentEntityStorage::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Checks if the changes to the storage definition requires schema changes. |
SqlContentEntityStorage::wrapSchemaException |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Wraps a database schema exception into an entity storage exception. |
SqlContentEntityStorageSchema |
class |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Defines a schema handler that supports revisionable, translatable entities. |
SqlContentEntityStorageSchema.php |
file |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
SqlContentEntityStorageSchema::$database |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The database connection to be used. |
SqlContentEntityStorageSchema::$deletedFieldsRepository |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The deleted fields repository. |
SqlContentEntityStorageSchema::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The entity field manager service. |
SqlContentEntityStorageSchema::$entityType |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The entity type this schema builder is responsible for. |
SqlContentEntityStorageSchema::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The entity type manager. |
SqlContentEntityStorageSchema::$fieldStorageDefinitions |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The storage field definitions for this entity type. |
SqlContentEntityStorageSchema::$installedStorageSchema |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The key-value collection for tracking installed storage schema. |
SqlContentEntityStorageSchema::$schema |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
A static cache of the generated schema array. |
SqlContentEntityStorageSchema::$storage |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The storage object for the given entity type. |
SqlContentEntityStorageSchema::$updateBackupRepository |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The key-value collection for tracking entity update backup repository. |
SqlContentEntityStorageSchema::addIndex |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates an index, dropping it if already existing. |
SqlContentEntityStorageSchema::addSharedTableFieldForeignKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds a foreign key for the specified field to the given schema definition. |
SqlContentEntityStorageSchema::addSharedTableFieldIndex |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds an index for the specified field to the given schema definition. |
SqlContentEntityStorageSchema::addSharedTableFieldUniqueKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds a unique key for the specified field to the given schema definition. |
SqlContentEntityStorageSchema::addTableDefaults |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds defaults to a table schema definition. |
SqlContentEntityStorageSchema::addUniqueKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates a unique key, dropping it if already existing. |
SqlContentEntityStorageSchema::castValue |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Typecasts values to the proper data type. |
SqlContentEntityStorageSchema::checkEntityType |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks that we are dealing with the correct entity type. |
SqlContentEntityStorageSchema::createDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates the schema for a field stored in a dedicated table. |
SqlContentEntityStorageSchema::createEntitySchemaIndexes |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates the specified entity schema indexes and keys. |
SqlContentEntityStorageSchema::createSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates the schema for a field stored in a shared table. |
SqlContentEntityStorageSchema::deleteDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the schema for a field stored in a dedicated table. |
SqlContentEntityStorageSchema::deletedFieldsRepository |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the deleted fields repository. |
SqlContentEntityStorageSchema::deleteEntitySchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes schema data for the given entity type definition. |
SqlContentEntityStorageSchema::deleteEntitySchemaIndexes |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the specified entity schema indexes and keys. |
SqlContentEntityStorageSchema::deleteFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes schema data for the given field storage definition. |
SqlContentEntityStorageSchema::deleteSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the schema for a field stored in a shared table. |
SqlContentEntityStorageSchema::finalizePurge |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Performs final cleanup after all data of a field has been purged. |
SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Returns a list of column schema keys affecting data storage. |
SqlContentEntityStorageSchema::getDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the SQL schema for a dedicated table. |
SqlContentEntityStorageSchema::getEntityIndexName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the name to be used for the given entity index. |
SqlContentEntityStorageSchema::getEntitySchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the entity schema for the specified entity type. |