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
destructable_test.info.yml file core/modules/system/tests/modules/destructable_test/destructable_test.info.yml core/modules/system/tests/modules/destructable_test/destructable_test.info.yml
destructable_test.routing.yml file core/modules/system/tests/modules/destructable_test/destructable_test.routing.yml core/modules/system/tests/modules/destructable_test/destructable_test.routing.yml
destructable_test.services.yml file core/modules/system/tests/modules/destructable_test/destructable_test.services.yml core/modules/system/tests/modules/destructable_test/destructable_test.services.yml
DisplayExtenderPluginBase::defaultableSections function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Gets a list of defaultable sections and the items they contain.
DisplayExtenderTest::defaultableSections function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Gets a list of defaultable sections and the items they contain.
DisplayPluginBase::defaultableSections function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Lists the 'defaultable' sections and what items each section contains.
DisplayPluginBase::isBaseTableTranslatable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns whether the base table is of a translatable entity type.
DisplayPluginInterface::defaultableSections function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Lists the 'defaultable' sections and what items each section contains.
DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey().
DriverSpecificSchemaTestBase::testFindTables function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests the findTables() method.
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyOnTableCreation function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests an invalid field specification as a primary key on table creation.
DriverSpecificSchemaTestBase::testTableWithSpecificDataType function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests creating a table with database specific data type.
DriverSpecificSchemaTestBase::testUpperCaseTableName function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests handling of uppercase table names.
Drupal\destructable_test\Destructable service core/modules/system/tests/modules/destructable_test/destructable_test.services.yml
Drupal\views\ViewExecutableFactory service core/modules/views/views.services.yml
drupal_attach_tabledrag function core/includes/common.inc Assists in attaching the tableDrag JavaScript behavior to a themed table.
EditorValidationTest::testImmutableProperties function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests that immutable properties cannot be changed.
ElementsTableSelectTest class core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsTableSelectTest class core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsTableSelectTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php
ElementsTableSelectTest.php file core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Modules to install.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Modules to install.
ElementsTableSelectTest::formSubmitHelper function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Helper function for the option check test to submit a form while collecting errors.
ElementsTableSelectTest::testAdvancedSelect function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the #js_select property.
ElementsTableSelectTest::testAjax function core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Tests the presence of ajax functionality for all options.
ElementsTableSelectTest::testDisabledRows function core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Tests table select with disabled rows.
ElementsTableSelectTest::testEmptyText function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleFalseOptionChecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with radio buttons.
ElementsTableSelectTest::testMultipleFalseSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueOptionChecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with checkboxes.
ElementsTableSelectTest::testMultipleTrueSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the submission of single and multiple values when #multiple is TRUE.
ElementsTableSelectTest::testTableSelectColSpan function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display when #colspan is set.
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
EndOfTransactionQueriesTest::isStatementRelatedToTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Determines if a statement is relative to a specified table.
EntityContentBaseTest::testUntranslatable function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests that translation destination fails for untranslatable entities.
EntityContentBaseTest::testUntranslatable function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests that translation destination fails for untranslatable entities.
EntityDecoupledTranslationRevisionsTest::$previousUntranslatableFieldValue property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The previous untranslatable field value.
EntityDecoupledTranslationRevisionsTest::dataTestUntranslatableFields function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Data provider for ::testUntranslatableFields.
EntityDecoupledTranslationRevisionsTest::testUntranslatableFields function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests that untranslatable fields are handled correctly.
EntityDefinitionTestTrait::renameBaseTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the base table to 'entity_test_update_new'.
EntityDefinitionTestTrait::renameDataTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the data table to 'entity_test_update_data_new'.
EntityDefinitionTestTrait::renameRevisionBaseTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the revision table to 'entity_test_update_revision_new'.
EntityDefinitionTestTrait::renameRevisionDataTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the revision data table to 'entity_test_update_revision_data_new'.
EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to not translatable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the test entity type to be revisionable and translatable.

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