| core.extension.schema.yml |
file |
core/config/schema/core.extension.schema.yml |
core/config/schema/core.extension.schema.yml |
| core.menu.schema.yml |
file |
core/config/schema/core.menu.schema.yml |
core/config/schema/core.menu.schema.yml |
| DatabaseBackend::schemaDefinition |
function |
core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Defines the schema for the {cache_*} bin tables. |
| DatabaseBackend::schemaDefinition |
function |
core/lib/Drupal/Core/Flood/DatabaseBackend.php |
Defines the schema for the flood table. |
| DatabaseCacheTagsChecksum::schemaDefinition |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Defines the schema for the {cachetags} table. |
| DatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Defines the schema for the semaphore table. |
| DatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
|
| DatabaseQueue::schemaDefinition |
function |
core/lib/Drupal/Core/Queue/DatabaseQueue.php |
Defines the schema for the queue table. |
| DatabaseStorage::schemaDefinition |
function |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Defines the schema for the key_value table. |
| DatabaseStorage::schemaDefinition |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Defines the schema for the configuration table. |
| DatabaseStorageExpirable::schemaDefinition |
function |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Defines the schema for the key_value_expire table. |
| DatabaseTestSchemaDataTrait |
trait |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php |
Trait to manage data samples for test tables. |
| DatabaseTestSchemaDataTrait.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php |
|
| DatabaseTestSchemaDataTrait::addSampleData |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php |
Sets up our sample data. |
| DatabaseTestSchemaInstallTrait |
trait |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php |
Trait to manage installation for test tables. |
| DatabaseTestSchemaInstallTrait.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php |
|
| DatabaseTestSchemaInstallTrait::installSampleSchema |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php |
Sets up our sample table schema. |
| database_test_schema |
function |
core/modules/system/tests/modules/database_test/database_test.install |
Implements hook_schema(). |
| DateRangeItem::schema |
function |
core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php |
Returns the schema for the field. |
| datetime.schema.yml |
file |
core/modules/datetime/config/schema/datetime.schema.yml |
core/modules/datetime/config/schema/datetime.schema.yml |
| datetime.views.schema.yml |
file |
core/modules/datetime/config/schema/datetime.views.schema.yml |
core/modules/datetime/config/schema/datetime.views.schema.yml |
| DateTimeIso8601NormalizerTest::jsonSchemaDataProvider |
function |
core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php |
Data provider for ::testNormalizedValuesAgainstJsonSchema. |
| DateTimeItem::schema |
function |
core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php |
Returns the schema for the field. |
| DateTimeNormalizerTest::jsonSchemaDataProvider |
function |
core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php |
Generate test data for date data providers. |
| DateTimeSchemaTest |
class |
core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php |
Tests the Drupal\datetime\Plugin\views schemas. |
| DateTimeSchemaTest.php |
file |
core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php |
|
| DateTimeSchemaTest::$testViews |
property |
core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php |
Views to be enabled. |
| DateTimeSchemaTest::testDateTimeSchema |
function |
core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php |
Tests argument plugin schema. |
| datetime_range.schema.yml |
file |
core/modules/datetime_range/config/schema/datetime_range.schema.yml |
core/modules/datetime_range/config/schema/datetime_range.schema.yml |
| DbDumpCommand::getTableSchema |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a schema array for a given table. |
| DbDumpCommandTest::testSchemaOnly |
function |
core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php |
Tests schema only option. |
| DbDumpTest::$originalTableSchemas |
property |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
An array of original table schemas. |
| DbDumpTest::getTableSchema |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Helper function to get a simplified schema for a given table. |
| dblog.schema.yml |
file |
core/modules/dblog/config/schema/dblog.schema.yml |
core/modules/dblog/config/schema/dblog.schema.yml |
| dblog.views.schema.yml |
file |
core/modules/dblog/config/schema/dblog.views.schema.yml |
core/modules/dblog/config/schema/dblog.views.schema.yml |
| dblog_schema |
function |
core/modules/dblog/dblog.install |
Implements hook_schema(). |
| DecimalItem::schema |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php |
Returns the schema for the field. |
| deprecated_module.schema.yml |
file |
core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml |
core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml |
| DisplayTest::$configSchemaCheckerExclusions |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayTest.php |
An array of config object names that are excluded from schema checking. |
| DriverSpecificSchemaTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests table creation and modification via the schema API. |
| DriverSpecificSchemaTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
|
| DriverSpecificSchemaTestBase::$connection |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Connection to the database. |
| DriverSpecificSchemaTestBase::$counter |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
A global counter for table and field creation. |
| DriverSpecificSchemaTestBase::$schema |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Database schema instance. |
| DriverSpecificSchemaTestBase::assertCollation |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that fields have the correct collation, if supported. |
| DriverSpecificSchemaTestBase::assertFieldAdditionRemoval |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that a given field can be added and removed from a table. |
| DriverSpecificSchemaTestBase::assertFieldChange |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that a field can be changed from one spec to another. |
| DriverSpecificSchemaTestBase::assertFieldCharacteristics |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that a newly added field has the correct characteristics. |
| DriverSpecificSchemaTestBase::checkSchemaComment |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Checks that a table or column comment matches a given description. |
| DriverSpecificSchemaTestBase::checkSequenceRenaming |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Check that the ID sequence gets renamed when the table is renamed. |