Search for table
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Table | class | core/ |
Style plugin to render each item as a row in a table. |
Table | class | core/ |
Provides a render element for a table. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Feed::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
field-ui-table.html.twig | file | core/ |
Default theme implementation to display a Field UI table. |
field-ui-table.html.twig | file | core/ |
Theme override to display a Field UI table. |
FieldableEntity::isEntityTranslatable | function | core/ |
Checks if an entity type uses Entity Translation. |
FieldableEntityDefinitionUpdateTest::assertBackupTables | function | core/ |
Asserts that the backup tables have been kept after a successful update. |
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable | function | core/ |
Asserts that an entity type is neither revisionable nor translatable. |
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable | function | core/ |
Asserts the revisionable / translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::assertTranslatable | function | core/ |
Asserts the translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables | function | core/ |
Tests the removal of the backup tables after a successful update. |
FieldableEntityInterface::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
FieldConfigBase::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
FieldConfigBase::isTranslatable | function | core/ |
Returns whether the field is translatable. |
FieldConfigBase::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldConfigInterface::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldConfigValidationTest::testImmutableProperties | function | core/ |
Tests that immutable properties cannot be changed. |
FieldDefinition::isTranslatable | function | core/ |
Returns whether the field is translatable. |
FieldDefinition::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field is translatable. |
FieldDefinitionTest::testFieldTranslatable | function | core/ |
Tests field translatable methods. |
FieldHandlerInterface::clickSortable | function | core/ |
Determines if this field is click sortable. |
FieldKernelTest::testClickSortable | function | core/ |
Tests whether the filters are click sortable as expected. |
FieldPluginBase::clickSortable | function | core/ |
Determines if this field is click sortable. |
FieldPluginBaseTest::$executable | property | core/ |
The mocked view executable. |
FieldResolver::getRelatableResourceTypes | function | core/ |
Get the referenceable ResourceTypes for a set of field definitions. |
FieldSqlStorageTest::$revisionTable | property | core/ |
Name of the revision table of the field. |
FieldSqlStorageTest::$table | property | core/ |
Name of the data table of the field. |
FieldSqlStorageTest::$tableMapping | property | core/ |
The table mapping for the tested entity type. |
FieldSqlStorageTest::testTableNames | function | core/ |
Tests table name generation. |
FieldStorageConfig::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
FieldStorageConfig::isDeletable | function | core/ |
Checks if the field storage can be deleted. |
FieldStorageConfig::isTranslatable | function | core/ |
Returns whether the field supports translation. |
FieldStorageConfig::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldStorageConfigInterface::isDeletable | function | core/ |
Checks if the field storage can be deleted. |
FieldStorageConfigInterface::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldStorageConfigValidationTest::testImmutableProperties | function | core/ |
Tests that immutable properties cannot be changed. |
FieldStorageDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field supports translation. |
FieldStorageDefinitionInterface::setTranslatable | function | core/ |
Sets whether the field supports translation. |
FieldUiTable | class | core/ |
Provides a field_ui table element. |
FieldUiTable.php | file | core/ |
|
FieldUiTable::getInfo | function | core/ |
Returns the element properties for this element. |
FieldUiTable::preRenderRegionRows | function | core/ |
Performs pre-render to move #regions to rows. |
FieldUiTable::reduceOrder | function | core/ |
Determines the rendering order of an array representing a tree. |
FieldUiTable::tablePreRender | function | core/ |
Performs pre-render tasks on field_ui_table elements. |
FieldUiTableTest | class | core/ |
@coversDefaultClass \Drupal\field_ui\Element\FieldUiTable |
FieldUiTableTest.php | file | core/ |
|
FieldUiTableTest::providerTestReduceOrder | function | core/ |
Provides test data for testReduceOrder(). |
FieldUiTableTest::testReduceOrder | function | core/ |
@covers ::reduceOrder |
field_test_entity_info_translatable | function | core/ |
Helper function to enable entity translations. |
field_test_query_efq_table_prefixing_test_alter | function | core/ |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
field_ui_display_mode_table.css | file | core/ |
.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; } |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.