Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TabbingManagerTestController::build function core/modules/system/tests/modules/tabbingmanager_test/src/Controller/TabbingManagerTestController.php Provides a page with the tabbingManager library for testing tabbing manager.
tabbingmanager_test.info.yml file core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.info.yml core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.info.yml
tabbingmanager_test.routing.yml file core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.routing.yml core/modules/system/tests/modules/tabbingmanager_test/tabbingmanager_test.routing.yml
table--file-multiple-widget.css file core/themes/claro/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/claro/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
table.admin.css file core/modules/ckeditor5/css/table.admin.css .ckeditor5-toolbar-button-insertTable {
background-image: url(../icons/table.svg);
}
table.css file core/themes/bartik/css/components/table.css Styles for Bartik's tables.
table.css file core/themes/olivero/css/components/table.css User generated tables.
table.pcss.css file core/themes/olivero/css/components/table.pcss.css User generated tables.
Table::$defaultFieldLabels property core/modules/views/src/Plugin/views/style/Table.php Should field labels be enabled by default.
Table::$usesFields property core/modules/views/src/Plugin/views/style/Table.php Does the style plugin for itself support to add fields to its output.
Table::$usesRowClass property core/modules/views/src/Plugin/views/style/Table.php Does the style plugin support custom css class for the rows.
Table::$usesRowPlugin property core/modules/views/src/Plugin/views/style/Table.php Whether or not this style uses a row plugin.
Table::buildOptionsForm function core/modules/views/src/Plugin/views/style/Table.php Render the given style.
Table::buildSort function core/modules/views/src/Plugin/views/style/Table.php Determines if the style handler should interfere with sorts.
Table::buildSortPost function core/modules/views/src/Plugin/views/style/Table.php Add our actual sort criteria.
Table::defineOptions function core/modules/views/src/Plugin/views/style/Table.php Information about options for all kinds of purposes will be held here.
Table::getCacheContexts function core/modules/views/src/Plugin/views/style/Table.php The cache contexts associated with this object.
Table::getCacheTags function core/modules/views/src/Plugin/views/style/Table.php The cache tags associated with this object.
Table::processTable function core/lib/Drupal/Core/Render/Element/Table.php #process callback for #type 'table' to add tableselect support.
Table::sanitizeColumns function core/modules/views/src/Plugin/views/style/Table.php Sanitizes the columns.
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/themes/olivero/css/components/tabledrag.css Styles for tabledrag.
tabledrag.css file core/themes/starterkit_theme/css/components/tabledrag.css Visual styles for table drag.
tabledrag.css file core/themes/classy/css/components/tabledrag.css Visual styles for table drag.
tabledrag.css file core/themes/claro/css/components/tabledrag.css Replacement styles for table drag.
tabledrag.css file core/themes/bartik/css/classy/components/tabledrag.css Visual styles for table drag.
tabledrag.css file core/themes/seven/css/classy/components/tabledrag.css Visual styles for table drag.
tabledrag.css file core/profiles/demo_umami/themes/umami/css/classy/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/themes/stable/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.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 enable.
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.

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