SchemaTest::testUnsignedColumns |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Tests creating unsigned columns and data integrity thereof. |
SchemaTest::tryInsert |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Tests inserting data into an existing table. |
SchemaTest::tryUnsignedInsert |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Tries to insert a negative value into columns defined as unsigned. |
SCHEMA_UNINSTALLED |
constant |
core/includes/schema.inc |
Indicates that a module has not been installed yet. |
search.schema.yml |
file |
core/modules/search/config/schema/search.schema.yml |
core/modules/search/config/schema/search.schema.yml |
search.views.schema.yml |
file |
core/modules/search/config/schema/search.views.schema.yml |
core/modules/search/config/schema/search.views.schema.yml |
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(). |
serialization.schema.yml |
file |
core/modules/serialization/config/schema/serialization.schema.yml |
core/modules/serialization/config/schema/serialization.schema.yml |
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. |
seven.schema.yml |
file |
core/themes/seven/config/schema/seven.schema.yml |
core/themes/seven/config/schema/seven.schema.yml |
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(). |
simpletest.schema.yml |
file |
core/modules/simpletest/config/schema/simpletest.schema.yml |
core/modules/simpletest/config/schema/simpletest.schema.yml |
simpletest_schema |
function |
core/modules/simpletest/simpletest.install |
Implements hook_schema(). |
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::$deprecatedProperties |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
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 proper datatypes. |
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. |