Search for _init
- Search 7.x for _init
- Search 9.5.x for _init
- Search 8.9.x for _init
- Search 10.3.x for _init
- Search main for _init
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SchemaDefinitionConversionTest::testConvertSchemaDefinition | function | core/ |
Tests Schema::toArray(). |
| SchemaDefinitionConversionTest::testConvertTableDefinition | function | core/ |
Tests Table::toArray(). |
| SchemaDefinitionException | class | core/ |
Exception thrown by the Schema Definition API. |
| SchemaDefinitionException.php | file | core/ |
|
| SchemaDefinitionInterface | interface | core/ |
Interface for objects describing database elements. |
| SchemaDefinitionInterface.php | file | core/ |
|
| SchemaDefinitionInterface::toArray | function | core/ |
Converts the object to legacy array-based specifications. |
| SchemaDefinitionTest | class | core/ |
Tests SchemaDefinition Column object validations. |
| SchemaDefinitionTest.php | file | core/ |
|
| SchemaDefinitionTest::testFloatDefaultForIntColumn | function | core/ |
Tests passing a float default to an int column. |
| SchemaDefinitionTest::testFloatDefaultForTextColumn | function | core/ |
Tests passing a float default to a text column. |
| SchemaDefinitionTest::testIntDefaultForIntColumn | function | core/ |
Tests passing a int default to an int column. |
| SchemaDefinitionTest::testIntDefaultForTextColumn | function | core/ |
Tests passing a int default to a text column. |
| SchemaDefinitionTest::testInvalidColumnInTable | function | core/ |
Tests passing a non Column array member to Table::$columns. |
| SchemaDefinitionTest::testInvalidColumnTypeForBinary | function | core/ |
Tests passing binary to a non-textual column. |
| SchemaDefinitionTest::testInvalidColumnTypeForLength | function | core/ |
Tests passing length to a non-textual column. |
| 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/ |
|
| Search::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
| Search::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
| SearchHelpSearch::schemaDefinition | function | core/ |
Provides the schema definition for the help_search_items table. |
| SearchLocalTask::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| SearchPage::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| SearchPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
| SectionStorage::$context_definitions | property | core/ |
Any required context definitions, optional. |
| SectionStorageDefinition | class | core/ |
Provides section storage type plugin definition. |
| SectionStorageDefinition.php | file | core/ |
|
| SectionStorageDefinition::$additional | property | core/ |
Any additional properties and values. |
| SectionStorageDefinition::$weight | property | core/ |
The plugin weight. |
| SectionStorageDefinition::get | function | core/ |
Gets any arbitrary property. |
| SectionStorageDefinition::getWeight | function | core/ |
Returns the plugin weight. |
| SectionStorageDefinition::set | function | core/ |
Sets a value to an arbitrary property. |
| SectionStorageDefinition::__construct | function | core/ |
LayoutDefinition constructor. |
| SectionStorageInterface::getPluginDefinition | function | core/ |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.