Search for schemaDefinition
- Search 7.x for schemaDefinition
- Search 9.5.x for schemaDefinition
- Search 8.9.x for schemaDefinition
- Search 10.3.x for schemaDefinition
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SchemaDefinitionTest::testInvalidColumnTypeForPrecision | function | core/ |
Tests passing a precision to a non-numeric column. |
| SchemaDefinitionTest::testInvalidColumnTypeForScale | function | core/ |
Tests passing a scale to a non-numeric column. |
| SchemaDefinitionTest::testInvalidColumnTypeForSerialize | function | core/ |
Tests passing a serialize to a non-text/blob column. |
| SchemaDefinitionTest::testInvalidColumnTypeForUnsigned | function | core/ |
Tests passing unsigned to a non-numeric column. |
| SchemaDefinitionTest::testInvalidForeignKeyForMismatchingColumnCount | function | core/ |
Tests passing a non Column array member to Table::$columns. |
| SchemaDefinitionTest::testInvalidPrimaryKeyForPartialLengthColumn | function | core/ |
Tests passing limited length columns to primary key. |
| SchemaDefinitionTest::testInvalidSerialForDefault | function | core/ |
Tests Serial column. |
| SchemaDefinitionTest::testInvalidSerialForNotNull | function | core/ |
Tests Serial column. |
| SchemaDefinitionTest::testInvalidSerialForUnsigned | function | core/ |
Tests Serial column. |
| SchemaDefinitionTest::testInvalidTableInSchema | function | core/ |
Tests passing a non Table array member to Schema::$tables. |
| SchemaDefinitionTest::testInvalidUniqueKeyForPartialLengthColumn | function | core/ |
Tests passing limited length columns to an unique key. |
| SchemaDefinitionTest::testNullDefaultForIntColumn | function | core/ |
Tests passing a null default to an int column. |
| SchemaDefinitionTest::testNullDefaultForNotNullArgument | function | core/ |
Tests passing a null default when notNull: TRUE is specified. |
| SchemaDefinitionTest::testNullDefaultForTextColumn | function | core/ |
Tests passing a null default to a text column. |
| SchemaDefinitionTest::testSchemaMethods | function | core/ |
Tests Schema. |
| SchemaDefinitionTest::testStringDefaultForIntColumn | function | core/ |
Tests passing a string default to an int column. |
| SchemaDefinitionTest::testStringDefaultForTextColumn | function | core/ |
Tests passing a string default to a text column. |
| SchemaDefinitionType.php | file | core/ |
|
| SearchHelpSearch::schemaDefinition | function | core/ |
Provides the schema definition for the help_search_items table. |
| SessionHandler::schemaDefinition | function | core/ |
Defines the schema for the session table. |
| ViewsKernelTestBase::schemaDefinition | function | core/ |
Returns the schema definition. |
| ViewTestBase::schemaDefinition | function | core/ |
Returns the schema definition. |
| ViewTestData::schemaDefinition | function | core/ |
Returns the schema definition. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.