Search for columns
- Search 7.x for columns
- Search 9.5.x for columns
- Search 8.9.x for columns
- Search 10.3.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. |
| ColumnSize.php | file | core/ |
|
| Connection::supportsVirtualGeneratedColumns | function | core/ |
Determines if this connection supports virtual generated columns. |
| Connection::supportsVirtualGeneratedColumns | function | core/ |
Determines if this connection supports virtual generated columns. |
| 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(). |
| DriverSpecificSchemaTestBase::checkGeneratedColumnStorage | function | core/ |
Checks that the database computes a column with the given storage. |
| DriverSpecificSchemaTestBase::testFindPrimaryKeyColumns | function | core/ |
Tests find primary key columns. |
| DriverSpecificSchemaTestBase::testUnsignedColumns | function | core/ |
Tests creating unsigned columns and data integrity thereof. |
| 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. |
| FileReferenceResolver::$fieldColumns | property | core/ |
Stores the field column that references the file, keyed by file type. |
| FileReferenceResolver::findFileReferenceColumns | function | core/ |
Determine whether a field references files stored in {file_managed}. |
| ForeignKey::$foreignColumns | property | core/ |
The foreign key columns. |
| form-two-columns.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing:… |
| form-two-columns.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing:… |
| form-two-columns.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing:… |
| form-two-columns.html.twig | file | core/ |
<div class="layout-form clearfix"> <div class="layout-region layout-region--main"> <div class="layout-region__content"> {% block main %} {% endblock %} </div> </div> … |
| form-two-columns.html.twig | file | core/ |
<div class="layout-form clearfix"> <div class="layout-region layout-region--main"> <div class="layout-region__content"> {% block main %} {% endblock %} </div> </div> … |
| form-two-columns.html.twig | file | core/ |
<div class="gin--layout-form clearfix"> <div class="layout-region layout-region--main"> <div class="layout-region__content"> {% block main %} {% endblock %} </div> … |
| form-two-columns.pcss.css | file | core/ |
/** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing: border-box; } .layout-region--footer .layout-region__content { margin-top: var(--space-l); } /** * Move to two column layout at wider widths. */ @media… |
| form-two-columns.pcss.css | file | core/ |
/** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing: border-box; } .layout-region--footer .layout-region__content { margin-top: var(--admin-space-l); } /** * Move to two column layout at wider widths. … |
| form-two-columns.pcss.css | file | core/ |
/** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing: border-box; } .layout-region--footer .layout-region__content { margin-top: var(--space-l); } /** * Move to two column layout at wider widths. */ @media… |
| GeneratedColumnStorage.php | file | core/ |
|
| KeyBase::$columns | property | core/ |
The key columns. |
| KeyBase::buildKeyColumns | function | core/ |
Builds an array of KeyColumn objects from a mixed list of columns. |
| PathFieldDefinitionTest::testGetColumns | function | core/ |
Tests get columns. |
| 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. |
| SchemaTableColumnSizeTooLargeException | class | core/ |
Exception thrown if a column size is too large on table creation. |
| SchemaTableColumnSizeTooLargeException.php | file | core/ |
|
| SchemaTest::checkGeneratedColumnStorage | function | core/ |
Checks that the database computes a column with the given storage. |
| SchemaTest::checkGeneratedColumnStorage | function | core/ |
Checks that the database computes a column with the given storage. |
| SchemaTest::checkGeneratedColumnStorage | function | core/ |
Checks that the database computes a column with the given storage. |
| SchemaTest::testSchemaTableColumnSizeTooLargeException | function | core/ |
Tests SchemaTableColumnSizeTooLargeException. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.