| 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 BrowserTestBase tests. |
| SchemaConfigListenerWebTest.php |
file |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
|
| SchemaConfigListenerWebTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
The theme to install as the default for testing. |
| SchemaConfigListenerWebTest::$modules |
property |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Modules to install. |
| SchemaConfigListenerWebTest::testConfigSchemaChecker |
function |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
| SchemaDefinitionConversionTest |
class |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php |
Tests conversion of SchemaDefinition objects to legacy array-based structure. |
| SchemaDefinitionConversionTest.php |
file |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php |
|
| SchemaDefinitionConversionTest::testConvertSchemaDefinition |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php |
Tests Schema::toArray(). |
| SchemaDefinitionConversionTest::testConvertTableDefinition |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php |
Tests Table::toArray(). |
| SchemaDefinitionException |
class |
core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php |
Exception thrown by the Schema Definition API. |
| SchemaDefinitionException.php |
file |
core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php |
|
| SchemaDefinitionInterface |
interface |
core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php |
Interface for objects describing database elements. |
| SchemaDefinitionInterface.php |
file |
core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php |
|
| SchemaDefinitionInterface::toArray |
function |
core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php |
Converts the object to legacy array-based specifications. |
| SchemaDefinitionTest |
class |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests SchemaDefinition Column object validations. |
| SchemaDefinitionTest.php |
file |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
|
| SchemaDefinitionTest::testFloatDefaultForIntColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a float default to an int column. |
| SchemaDefinitionTest::testFloatDefaultForTextColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a float default to a text column. |
| SchemaDefinitionTest::testIntDefaultForIntColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a int default to an int column. |
| SchemaDefinitionTest::testIntDefaultForTextColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a int default to a text column. |
| SchemaDefinitionTest::testInvalidColumnInTable |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a non Column array member to Table::$columns. |
| SchemaDefinitionTest::testInvalidColumnTypeForBinary |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing binary to a non-textual column. |
| SchemaDefinitionTest::testInvalidColumnTypeForLength |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing length to a non-textual column. |
| SchemaDefinitionTest::testInvalidColumnTypeForPrecision |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a precision to a non-numeric column. |
| SchemaDefinitionTest::testInvalidColumnTypeForScale |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a scale to a non-numeric column. |
| SchemaDefinitionTest::testInvalidColumnTypeForSerialize |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a serialize to a non-text/blob column. |
| SchemaDefinitionTest::testInvalidColumnTypeForUnsigned |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing unsigned to a non-numeric column. |
| SchemaDefinitionTest::testInvalidForeignKeyForMismatchingColumnCount |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a non Column array member to Table::$columns. |
| SchemaDefinitionTest::testInvalidPrimaryKeyForPartialLengthColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing limited length columns to primary key. |
| SchemaDefinitionTest::testInvalidSerialForDefault |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests Serial column. |
| SchemaDefinitionTest::testInvalidSerialForNotNull |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests Serial column. |
| SchemaDefinitionTest::testInvalidSerialForUnsigned |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests Serial column. |
| SchemaDefinitionTest::testInvalidTableInSchema |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a non Table array member to Schema::$tables. |
| SchemaDefinitionTest::testInvalidUniqueKeyForPartialLengthColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing limited length columns to an unique key. |
| SchemaDefinitionTest::testNullDefaultForIntColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a null default to an int column. |
| SchemaDefinitionTest::testNullDefaultForNotNullArgument |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a null default when notNull: TRUE is specified. |
| SchemaDefinitionTest::testNullDefaultForTextColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a null default to a text column. |
| SchemaDefinitionTest::testSchemaMethods |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests Schema. |
| SchemaDefinitionTest::testStringDefaultForIntColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a string default to an int column. |
| SchemaDefinitionTest::testStringDefaultForTextColumn |
function |
core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php |
Tests passing a string default to a text column. |
| SchemaDefinitionType.php |
file |
core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionType.php |
|
| SchemaException |
class |
core/lib/Drupal/Core/Database/SchemaException.php |
Base exception for Schema-related errors. |
| SchemaException.php |
file |
core/lib/Drupal/Core/Database/SchemaException.php |
|
| SchemaIncompleteException |
class |
core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php |
An exception thrown when a config schema is incomplete. |
| SchemaIncompleteException.php |
file |
core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php |
|
| SchemaInspector |
class |
core/tests/Drupal/TestTools/Extension/SchemaInspector.php |
Provides methods to access modules' schema. |
| SchemaInspector.php |
file |
core/tests/Drupal/TestTools/Extension/SchemaInspector.php |
|
| SchemaInspector::getTableNames |
function |
core/tests/Drupal/TestTools/Extension/SchemaInspector.php |
Returns the module's schema table names. |
| SchemaInspector::getTablesSpecification |
function |
core/tests/Drupal/TestTools/Extension/SchemaInspector.php |
Returns the module's schema specification. |