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
Table::sanitizeColumns function core/modules/views/src/Plugin/views/style/Table.php Sanitizes the columns.
Table::validateTable function core/lib/Drupal/Core/Render/Element/Table.php #element_validate callback for #type 'table'.
Table::valueCallback function core/lib/Drupal/Core/Render/Element/Table.php Determines how user input is mapped to an element's #value property.
Table::wizardSubmit function core/modules/views/src/Plugin/views/style/Table.php Alter the options of a display before they are added to the view.
tabledrag.css file core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css Visual styles for table drag.
tabledrag.css file core/misc/dialog/off-canvas/css/tabledrag.css Table drag styling for off-canvas dialog.
tabledrag.css file core/themes/olivero/css/components/tabledrag.css Styles for tabledrag.
tabledrag.css file core/themes/claro/css/components/tabledrag.css Replacement styles for table drag.
tabledrag.css file core/themes/starterkit_theme/css/components/tabledrag.css Visual styles for table drag.
tabledrag.module.css file core/themes/stable9/css/system/components/tabledrag.module.css Table drag behavior.
tabledrag.module.css file core/modules/system/css/components/tabledrag.module.css Table drag behavior.
tabledrag.module.css file core/misc/components/tabledrag.module.css Table drag behavior.
tabledrag.module.css file core/themes/stable9/css/core/components/tabledrag.module.css Table drag behavior.
tabledrag.pcss.css file core/misc/dialog/off-canvas/css/tabledrag.pcss.css Table drag styling for off-canvas dialog.
tabledrag.pcss.css file core/themes/olivero/css/components/tabledrag.pcss.css Styles for tabledrag.
tabledrag.pcss.css file core/themes/claro/css/components/tabledrag.pcss.css Replacement styles for table drag.
TableDragTest class core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests draggable table.
TableDragTest.php file core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
TableDragTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php The theme to install as the default for testing.
TableDragTest::$indentationXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Xpath selector for finding tabledrag indentation elements in a table row.
TableDragTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Modules to install.
TableDragTest::$state property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php The state service.
TableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Xpath selector for finding the tabledrag changed marker.
TableDragTest::assertDraggableTable function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Asserts the whole structure of the draggable test table.
TableDragTest::assertKeyboardAccessibility function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Asserts accessibility through keyboard of a test draggable table.
TableDragTest::assertOrder function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Asserts that several pieces of markup are in a given order in the page.
TableDragTest::assertTableRow function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Asserts the values of a draggable row.
TableDragTest::DRAGGING_CSS_CLASS constant core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Class used to verify that dragging operations are in execution.
TableDragTest::findRowById function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Finds a row in the test table by the row ID.
TableDragTest::findWeightsToggle function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Finds the show/hide weight toggle element.
TableDragTest::markRowHandleForDragging function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Marks a row handle for dragging.
TableDragTest::moveRowWithKeyboard function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Moves a row through the keyboard.
TableDragTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
TableDragTest::testDragAndDrop function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests draggable table drag'n'drop.
TableDragTest::testKeyboardAccessibility function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests accessibility through keyboard of the tabledrag functionality.
TableDragTest::testNestedDraggableTables function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests nested draggable tables through keyboard.
TableDragTest::testRootLeafDraggableRowsWithKeyboard function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests the root and leaf behaviors for rows.
TableDragTest::testRowWeightSwitch function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests row weight switch.
TableDragTest::testTableDragChangedWarning function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests the warning that appears upon making changes to a tabledrag table.
TableDragTest::waitUntilDraggingCompleted function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Waits until the dragging operations are finished on a row handle.
TableDragTestForm class core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Provides a form for draggable table testing.
TableDragTestForm.php file core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php
TableDragTestForm::$state property core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php The state service.
TableDragTestForm::buildForm function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Form constructor.
TableDragTestForm::buildFormActions function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Builds the test table form actions.
TableDragTestForm::buildTestTable function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Builds the draggable test table.
TableDragTestForm::create function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Instantiates a new instance of this class.
TableDragTestForm::getFormId function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Returns a unique string identifying the form.
TableDragTestForm::submitForm function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Form submission handler.
TableDragTestForm::__construct function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Constructs a TableDragTestForm object.

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