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
StyleTableTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/StyleTableTest.php The theme to install as the default for testing.
StyleTableTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php The theme to install as the default for testing.
StyleTableTest::$testViews property core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Views used by this test.
StyleTableTest::setUp function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Sets up the test.
StyleTableTest::testAccessibilitySettings function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table caption/summary/description.
StyleTableTest::testCssTableClass function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests custom CSS classes are added to table element.
StyleTableTest::testEmptyColumn function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests that empty columns are hidden when empty_column is set.
StyleTableTest::testFieldInColumns function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table fields in columns.
StyleTableTest::testGrouping function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests grouping by a field.
StyleTableTest::testNumericFieldVisible function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests that a number with the value of "0" is displayed in the table.
StyleTableTest::testResponsiveMergedColumns function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests responsive classes and column assigning.
StyleTableTest::testTableCacheability function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests the cacheability of the table display.
StyleTableTest::testWizard function core/modules/views_ui/tests/src/Functional/StyleTableTest.php Tests created a table style view.
StyleTableUnitTest class core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Tests the table style plugin.
StyleTableUnitTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php
StyleTableUnitTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Views used by this test.
StyleTableUnitTest::prepareView function core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Prepares a view executable by initializing everything which is needed.
StyleTableUnitTest::testTable function core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Tests the table style.
SupportsTemporaryTablesInterface interface core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php Adds support for temporary tables.
SupportsTemporaryTablesInterface.php file core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php
SupportsTemporaryTablesInterface::queryTemporary function core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php Runs a SELECT query and stores its results in a temporary table.
Symfony\Component\Process\ExecutableFinder service core/modules/package_manager/package_manager.services.yml
SystemConfigFormTestForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Gets the configuration names that will be editable.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
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/misc/dialog/off-canvas/css/table.css Styling for tables in the off-canvas dialog.
table.css file core/themes/olivero/css/components/table.css User generated tables.
table.css file core/modules/ckeditor5/css/table.css /**
* Allow users to specify the background color in all themes.
*
* (Users can set this using CKEditor 5's optional TableProperties and
* TableCellProperties plugins.)
*/
.ck tr,
.ck th,
.ck td {
background-color: transparent;
}
table.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/dataset/table.html.twig Theme override to display a table.
table.html.twig file core/themes/stable9/templates/dataset/table.html.twig Theme override to display a table.
table.html.twig file core/themes/claro/templates/classy/dataset/table.html.twig Theme override to display a table.
table.html.twig file core/themes/starterkit_theme/templates/dataset/table.html.twig Theme override to display a table.
table.html.twig file core/modules/system/templates/table.html.twig Default theme implementation to display a table.
table.pcss.css file core/misc/dialog/off-canvas/css/table.pcss.css Styling for tables in the off-canvas dialog.
table.pcss.css file core/themes/olivero/css/components/table.pcss.css User generated tables.
Table.php file core/modules/views/src/Plugin/views/style/Table.php
Table.php file core/lib/Drupal/Core/Render/Element/Table.php
Table::$active property core/modules/views/src/Plugin/views/style/Table.php Contains the current active sort column.
Table::$defaultFieldLabels property core/modules/views/src/Plugin/views/style/Table.php Should field labels be enabled by default.
Table::$order property core/modules/views/src/Plugin/views/style/Table.php Contains the current active sort order, either desc or asc.
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.

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