Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 8.9.x for table
  4. Search 10.3.x for table
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
field-ui-table.html.twig file core/themes/stable9/templates/admin/field-ui-table.html.twig Theme override to display a Field UI table.
FieldableEntity::isEntityTranslatable function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Checks if an entity type uses Entity Translation.
FieldableEntityDefinitionUpdateTest::assertBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that the backup tables have been kept after a successful update.
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that an entity type is neither revisionable nor translatable.
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the revisionable / translatable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::assertTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the translatable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests the removal of the backup tables after a successful update.
FieldableEntityInterface::getTranslatableFields function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of field item lists for translatable fields.
FieldConfigBase::$translatable property core/lib/Drupal/Core/Field/FieldConfigBase.php Flag indicating whether the field is translatable.
FieldConfigBase::isTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns whether the field is translatable.
FieldConfigBase::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets whether the field is translatable.
FieldConfigInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets whether the field is translatable.
FieldConfigValidationTest::testImmutableProperties function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that immutable properties cannot be changed.
FieldDefinition::isTranslatable function core/lib/Drupal/Core/Field/FieldDefinition.php Returns whether the field is translatable.
FieldDefinition::setTranslatable function core/lib/Drupal/Core/Field/FieldDefinition.php Sets whether the field is translatable.
FieldDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns whether the field is translatable.
FieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests field translatable methods.
FieldHandlerInterface::clickSortable function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Determines if this field is click sortable.
FieldKernelTest::testClickSortable function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests whether the filters are click sortable as expected.
FieldPluginBase::clickSortable function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field is click sortable.
FieldPluginBaseTest::$executable property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked view executable.
FieldResolver::getRelatableResourceTypes function core/modules/jsonapi/src/Context/FieldResolver.php Get the referenceable ResourceTypes for a set of field definitions.
FieldSqlStorageTest::$revisionTable property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the revision table of the field.
FieldSqlStorageTest::$table property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the data table of the field.
FieldSqlStorageTest::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The table mapping for the tested entity type.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldStorageConfig::$translatable property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field is translatable.
FieldStorageConfig::isDeletable function core/modules/field/src/Entity/FieldStorageConfig.php Checks if the field storage can be deleted.
FieldStorageConfig::isTranslatable function core/modules/field/src/Entity/FieldStorageConfig.php Returns whether the field supports translation.
FieldStorageConfig::setTranslatable function core/modules/field/src/Entity/FieldStorageConfig.php Sets whether the field is translatable.
FieldStorageConfigInterface::isDeletable function core/modules/field/src/FieldStorageConfigInterface.php Checks if the field storage can be deleted.
FieldStorageConfigInterface::setTranslatable function core/modules/field/src/FieldStorageConfigInterface.php Sets whether the field is translatable.
FieldStorageConfigValidationTest::testImmutableProperties function core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php Tests that immutable properties cannot be changed.
FieldStorageDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field supports translation.
FieldStorageDefinitionInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Sets whether the field supports translation.
FieldUiTable class core/modules/field_ui/src/Element/FieldUiTable.php Provides a field_ui table element.
FieldUiTable.php file core/modules/field_ui/src/Element/FieldUiTable.php
FieldUiTable::getInfo function core/modules/field_ui/src/Element/FieldUiTable.php Returns the element properties for this element.
FieldUiTable::preRenderRegionRows function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render to move #regions to rows.
FieldUiTable::reduceOrder function core/modules/field_ui/src/Element/FieldUiTable.php Determines the rendering order of an array representing a tree.
FieldUiTable::tablePreRender function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render tasks on field_ui_table elements.
FieldUiTableTest class core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php @coversDefaultClass \Drupal\field_ui\Element\FieldUiTable
FieldUiTableTest.php file core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php
FieldUiTableTest::providerTestReduceOrder function core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php Provides test data for testReduceOrder().
FieldUiTableTest::testReduceOrder function core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php @covers ::reduceOrder
FieldUiTestTrait::assertTableHeaderExistsByLabel function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Asserts that a header cell appears on a table.
field_test_entity_info_translatable function core/modules/field/tests/modules/field_test/field_test.entity.inc Helper function to enable entity translations.
field_test_query_efq_table_prefixing_test_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
field_ui_display_mode_table.css file core/themes/stable9/css/field_ui/field_ui_display_mode_table.css .display-mode-table th:first-child {
width: 30%;
}
.display-mode-table th:nth-child(2) {
width: 50%;
}
.display-mode-table th:last-child {
width: 20%;
}
.display-mode-table td {
max-width: 50px;
word-wrap: break-word;
}
field_ui_display_mode_table.css file core/modules/field_ui/css/field_ui_display_mode_table.css .display-mode-table th:first-child {
width: 30%;
}
.display-mode-table th:nth-child(2) {
width: 50%;
}
.display-mode-table th:last-child {
width: 20%;
}
.display-mode-table td {
max-width: 50px;
word-wrap: break-word;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.