Search for columns

  1. Search 7.x for columns
  2. Search 8.9.x for columns
  3. Search 10.3.x for columns
  4. Search 11.x for columns
  5. Search main for columns
  6. Other projects
Title Object type File name Summary
BaseFieldDefinition::getColumns function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the field columns, as defined in the field schema.
ContentTranslationSyncUnitTest::$columns property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php All the field columns.
ContentTranslationSyncUnitTest::testDifferingSyncedColumns function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests that one change in a synchronized column triggers a change in all columns.
DefaultTableMapping::$allColumns property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of all database columns per table.
DefaultTableMapping::$extraColumns property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of database columns which store denormalized data per table.
DefaultTableMapping::getAllColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of all database columns for a given table.
DefaultTableMapping::getExtraColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of extra database columns, which store denormalized data.
DefaultTableMapping::getReservedColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the list of columns that can not be used as field type columns.
DefaultTableMapping::setExtraColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds extra columns for a table to the table mapping.
DefaultTableMappingTest::testGetAllColumns function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getAllColumns().
DefaultTableMappingTest::testGetExtraColumns function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getExtraColumns().
EntityQueryTest::testBaseFieldMultipleColumns function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests base fields with multiple columns.
EntitySchemaTest::testModifyingTranslatableColumnSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that modifying the UUID field for a translatable entity works.
FieldStorageConfig::getColumns function core/modules/field/src/Entity/FieldStorageConfig.php Returns the field columns, as defined in the field schema.
FieldStorageDefinitionInterface::getColumns function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field columns, as defined in the field schema.
PathFieldDefinitionTest::testGetColumns function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php @covers ::getColumns[[api-linebreak]]
@covers ::getSchema[[api-linebreak]]
Schema::createColumnsSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Build the SQL expression for creating columns.
Schema::findPrimaryKeyColumns function core/lib/Drupal/Core/Database/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/modules/mysql/src/Driver/Database/mysql/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Finds the primary key columns of a table, from the database.
SchemaIntrospectionTestTrait::assertIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names exists.
SchemaIntrospectionTestTrait::assertNoIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names doesn't exist.
SchemaTest::testFindPrimaryKeyColumns function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @covers ::findPrimaryKeyColumns[[api-linebreak]]
SchemaTest::testUnsignedColumns function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests creating unsigned columns and data integrity thereof.
SqlContentEntityStorage::isColumnSerial function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Checks whether a field column should be treated as serial.
SqlContentEntityStorageSchema::getColumnSchemaRelevantKeys function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Returns a list of column schema keys affecting data storage.
StyleTableTest::testFieldInColumns function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table fields in columns.
Table::sanitizeColumns function core/modules/views/src/Plugin/views/style/Table.php Sanitizes the columns.
TableMappingInterface::getAllColumns function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets a list of all database columns for a given table.
TableMappingInterface::getExtraColumns function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets a list of extra database columns, which store denormalized data.
TableMappingInterface::getReservedColumns function core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php Gets the list of columns that can not be used as field type columns.
TestDefaultTableMapping::setExtraColumns function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Adds extra columns for a table to the table mapping.
TestSqlContentDefaultTableMapping::setExtraColumns function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php 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.