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 |
|---|---|---|---|
| table.css | file | core/ |
/** * 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/ |
Theme override to display a table. |
| table.html.twig | file | core/ |
Theme override to display a table. |
| table.html.twig | file | core/ |
Theme override to display a table. |
| table.html.twig | file | core/ |
Theme override to display a table. |
| table.html.twig | file | core/ |
Default theme implementation to display a table. |
| table.pcss.css | file | core/ |
Styling for tables in the off-canvas dialog. |
| table.pcss.css | file | core/ |
User generated tables. |
| Table.php | file | core/ |
|
| Table.php | file | core/ |
|
| Table::$active | property | core/ |
Contains the current active sort column. |
| Table::$defaultFieldLabels | property | core/ |
Should field labels be enabled by default. |
| Table::$order | property | core/ |
Contains the current active sort order, either desc or asc. |
| Table::$usesFields | property | core/ |
Does the style plugin for itself support to add fields to its output. |
| Table::$usesRowClass | property | core/ |
Does the style plugin support custom css class for the rows. |
| Table::$usesRowPlugin | property | core/ |
Whether or not this style uses a row plugin. |
| Table::buildOptionsForm | function | core/ |
Render the given style. |
| Table::buildSort | function | core/ |
Determines if the style handler should interfere with sorts. |
| Table::buildSortPost | function | core/ |
Add our actual sort criteria. |
| Table::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Table::evenEmpty | function | core/ |
Determines if the style plugin is rendered even if the view is empty. |
| Table::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| Table::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| Table::getCacheTags | function | core/ |
The cache tags associated with this object. |
| Table::getInfo | function | core/ |
Returns the element properties for this element. |
| Table::preRenderTable | function | core/ |
#pre_render callback to transform children of an element of #type 'table'. |
| Table::processTable | function | core/ |
#process callback for #type 'table' to add tableselect support. |
| Table::sanitizeColumns | function | core/ |
Sanitizes the columns. |
| Table::validateTable | function | core/ |
#element_validate callback for #type 'table'. |
| Table::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| Table::wizardSubmit | function | core/ |
Alter the options of a display before they are added to the view. |
| tabledrag.css | file | core/ |
Visual styles for table drag. |
| tabledrag.css | file | core/ |
Table drag styling for off-canvas dialog. |
| tabledrag.css | file | core/ |
Styles for tabledrag. |
| tabledrag.css | file | core/ |
Replacement styles for table drag. |
| tabledrag.css | file | core/ |
Visual styles for table drag. |
| tabledrag.module.css | file | core/ |
Table drag behavior. |
| tabledrag.module.css | file | core/ |
Table drag behavior. |
| tabledrag.pcss.css | file | core/ |
Table drag styling for off-canvas dialog. |
| tabledrag.pcss.css | file | core/ |
Styles for tabledrag. |
| tabledrag.pcss.css | file | core/ |
Replacement styles for table drag. |
| TableDragTest | class | core/ |
Tests draggable table. |
| TableDragTest.php | file | core/ |
|
| TableDragTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TableDragTest::$indentationXpathSelector | property | core/ |
Xpath selector for finding tabledrag indentation elements in a table row. |
| TableDragTest::$modules | property | core/ |
Modules to install. |
| TableDragTest::$state | property | core/ |
The state service. |
| TableDragTest::$tabledragChangedXpathSelector | property | core/ |
Xpath selector for finding the tabledrag changed marker. |
| TableDragTest::assertDraggableTable | function | core/ |
Asserts the whole structure of the draggable test table. |
| TableDragTest::assertKeyboardAccessibility | function | core/ |
Asserts accessibility through keyboard of a test draggable table. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.