| SchemaTest::testTableWithSpecificDataType |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests creating a table with database specific data type. |
| SchemaTest::testUnsignedField |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests column name escaping in field constraints. |
| SchemaTest::tryInsertExpectsIntegrityConstraintViolationException |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tries to insert a value that throws an IntegrityConstraintViolationException. |
| SchematicNormalizerFallbackTrait |
trait |
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php |
Trait for generating helpful schema-generation fallback messages. |
| SchematicNormalizerFallbackTrait.php |
file |
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php |
|
| SchematicNormalizerFallbackTrait::generateNoSchemaAvailableMessage |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php |
|
| SchematicNormalizerHelperTrait |
trait |
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php |
Methods for normalizing JSON schema. |
| SchematicNormalizerHelperTrait.php |
file |
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php |
|
| SchematicNormalizerHelperTrait::checkFormat |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php |
|
| SchematicNormalizerHelperTrait::getNormalizationSchema |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php |
Retrieve JSON Schema for the normalization. |
| SchematicNormalizerTrait |
trait |
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php |
Trait for normalizers which can also provide JSON Schema. |
| SchematicNormalizerTrait.php |
file |
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php |
|
| SchematicNormalizerTrait::doNormalize |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php |
Normalizes an object into a set of arrays/scalars. |
| SchematicNormalizerTrait::getNormalizationSchema |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php |
Retrieve JSON Schema for the normalization. |
| SchematicNormalizerTrait::normalize |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php |
|
| SchemaUniquePrefixedKeysIndexTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest::$columnValue |
property |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTest::$columnValue |
property |
core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTest::$columnValue |
property |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
|
| SchemaUniquePrefixedKeysIndexTestBase::$columnValue |
property |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTestBase::checkUniqueConstraintException |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Verifies that inserting the same value/prefix twice causes an exception. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddField |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding a new field with UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddUniqueKey |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding a UNIQUE key to an existing table. |
| SchemaUniquePrefixedKeysIndexTestBase::testChangeField |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests changing a field to add a UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testCreateTable |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests UNIQUE keys put directly on the table definition. |
| sdc_theme_test_enforce_schema.info.yml |
file |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/sdc_theme_test_enforce_schema.info.yml |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/sdc_theme_test_enforce_schema.info.yml |
| sdc_theme_test_enforce_schema_invalid.info.yml |
file |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml |
| 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(). |
| 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. |