Search for columns
- Search 7.x for columns
- Search 8.9.x for columns
- Search 10.3.x for columns
- Search 11.x for columns
- Search main for columns
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BaseFieldDefinition::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| ContentTranslationSyncUnitTest::$columns | property | core/ |
All the field columns. |
| ContentTranslationSyncUnitTest::testDifferingSyncedColumns | function | core/ |
Tests that one change in a synchronized column triggers a change in all columns. |
| DefaultTableMapping::$allColumns | property | core/ |
A list of all database columns per table. |
| DefaultTableMapping::$extraColumns | property | core/ |
A list of database columns which store denormalized data per table. |
| DefaultTableMapping::getAllColumns | function | core/ |
Gets a list of all database columns for a given table. |
| DefaultTableMapping::getExtraColumns | function | core/ |
Gets a list of extra database columns, which store denormalized data. |
| DefaultTableMapping::getReservedColumns | function | core/ |
Gets the list of columns that can not be used as field type columns. |
| DefaultTableMapping::setExtraColumns | function | core/ |
Adds extra columns for a table to the table mapping. |
| DefaultTableMappingTest::testGetAllColumns | function | core/ |
Tests DefaultTableMapping::getAllColumns(). |
| DefaultTableMappingTest::testGetExtraColumns | function | core/ |
Tests DefaultTableMapping::getExtraColumns(). |
| EntityQueryTest::testBaseFieldMultipleColumns | function | core/ |
Tests base fields with multiple columns. |
| EntitySchemaTest::testModifyingTranslatableColumnSchema | function | core/ |
Tests that modifying the UUID field for a translatable entity works. |
| FieldStorageConfig::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| FieldStorageDefinitionInterface::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| PathFieldDefinitionTest::testGetColumns | function | core/ |
@covers ::getColumns[[api-linebreak]] @covers ::getSchema[[api-linebreak]] |
| Schema::createColumnsSql | function | core/ |
Build the SQL expression for creating columns. |
| Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
| Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
| Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
| Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
| SchemaIntrospectionTestTrait::assertIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names exists. |
| SchemaIntrospectionTestTrait::assertNoIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names doesn't exist. |
| SchemaTest::testFindPrimaryKeyColumns | function | core/ |
@covers ::findPrimaryKeyColumns[[api-linebreak]] |
| SchemaTest::testUnsignedColumns | function | core/ |
Tests creating unsigned columns and data integrity thereof. |
| SqlContentEntityStorage::isColumnSerial | function | core/ |
Checks whether a field column should be treated as serial. |
| SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys | function | core/ |
Returns a list of column schema keys affecting data storage. |
| StyleTableTest::testFieldInColumns | function | core/ |
Tests table fields in columns. |
| Table::sanitizeColumns | function | core/ |
Sanitizes the columns. |
| TableMappingInterface::getAllColumns | function | core/ |
Gets a list of all database columns for a given table. |
| TableMappingInterface::getExtraColumns | function | core/ |
Gets a list of extra database columns, which store denormalized data. |
| TableMappingInterface::getReservedColumns | function | core/ |
Gets the list of columns that can not be used as field type columns. |
| TestDefaultTableMapping::setExtraColumns | function | core/ |
Adds extra columns for a table to the table mapping. |
| TestSqlContentDefaultTableMapping::setExtraColumns | function | core/ |
Adds extra columns for a table to the table mapping. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.