Schema::processField |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set database-engine specific properties for a field. |
Schema::processField |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Set database-engine specific properties for a field. |
Schema::queryFieldInformation |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Fetches the list of constraints used on a field. |
Schema::queryTableInformation |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Fetch the list of blobs and sequences used on a table. |
Schema::renameTable |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/lib/Drupal/Core/Database/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Rename a table. |
Schema::resetTableInformation |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Resets information about table blobs, sequences and serial fields. |
Schema::shortenIndex |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Helper function for normalizeIndexes(). |
Schema::tableExists |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Check if a table exists. |
Schema::tableExists |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Check if a table exists. |
Schema::tableExists |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Check if a table exists. |
Schema::tableExists |
function |
core/lib/Drupal/Core/Database/Schema.php |
Check if a table exists. |
Schema::uniqueIdentifier |
function |
core/lib/Drupal/Core/Database/Schema.php |
Returns a unique identifier for this object. |
Schema::_createIndexSql |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
|
Schema::_createKeys |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
|
Schema::_createKeySql |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
|
Schema::__clone |
function |
core/lib/Drupal/Core/Database/Schema.php |
Implements the magic __clone function. |
Schema::__construct |
function |
core/lib/Drupal/Core/Database/Schema.php |
|
SchemaCheckTestTrait |
trait |
core/modules/config/src/Tests/SchemaCheckTestTrait.php |
Provides a class for checking configuration schema. |
SchemaCheckTestTrait |
trait |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Provides a class for checking configuration schema. |
SchemaCheckTestTrait.php |
file |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
|
SchemaCheckTestTrait.php |
file |
core/modules/config/src/Tests/SchemaCheckTestTrait.php |
|
SchemaCheckTestTrait::assertConfigSchema |
function |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Asserts the TypedConfigManager has a valid schema for the configuration. |
SchemaCheckTestTrait::assertConfigSchemaByName |
function |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Asserts configuration, specified by name, has a valid schema. |
SchemaCheckTrait |
trait |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
Provides a trait for checking configuration schema. |
SchemaCheckTrait.php |
file |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
|
SchemaCheckTrait::$configName |
property |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
The configuration object name under test. |
SchemaCheckTrait::$schema |
property |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
The config schema wrapper object for the configuration object under test. |
SchemaCheckTrait::checkConfigSchema |
function |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
Checks the TypedConfigManager has a valid schema for the configuration. |
SchemaCheckTrait::checkValue |
function |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
Helper method to check data type. |
SchemaCheckTraitTest |
class |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Tests the functionality of SchemaCheckTrait. |
SchemaCheckTraitTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
|
SchemaCheckTraitTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Modules to enable. |
SchemaCheckTraitTest::$typedConfig |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
The typed config manager. |
SchemaCheckTraitTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
|
SchemaCheckTraitTest::testTrait |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Tests \Drupal\Core\Config\Schema\SchemaCheckTrait. |
SchemaConfigListenerTest |
class |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
SchemaConfigListenerTest |
class |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
SchemaConfigListenerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
SchemaConfigListenerTest.php |
file |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
|
SchemaConfigListenerTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
The theme to install as the default for testing. |
SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Modules to enable. |
SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
Modules to enable. |
SchemaConfigListenerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
SchemaConfigListenerTestTrait |
trait |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Adds a test for the configuration schema checker use in tests. |
SchemaConfigListenerTestTrait.php |
file |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
|
SchemaConfigListenerTestTrait::testConfigSchemaChecker |
function |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaConfigListenerWebTest |
class |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Tests the functionality of ConfigSchemaChecker in WebTestBase tests. |