Search for table
- Search 7.x for table
- Search 9.5.x for table
- Search 8.9.x for table
- Search 10.3.x for table
- Other projects
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 |
---|---|---|---|
StyleTableTest::testFieldInColumns | function | core/ |
Tests table fields in columns. |
StyleTableTest::testGrouping | function | core/ |
Tests grouping by a field. |
StyleTableTest::testNumericFieldVisible | function | core/ |
Tests that a number with the value of "0" is displayed in the table. |
StyleTableTest::testResponsiveMergedColumns | function | core/ |
Tests responsive classes and column assigning. |
StyleTableTest::testTableCacheability | function | core/ |
Tests the cacheability of the table display. |
StyleTableTest::testWizard | function | core/ |
Tests created a table style view. |
StyleTableUnitTest | class | core/ |
Tests the table style plugin. |
StyleTableUnitTest.php | file | core/ |
|
StyleTableUnitTest::$testViews | property | core/ |
Views used by this test. |
StyleTableUnitTest::prepareView | function | core/ |
Prepares a view executable by initializing everything which is needed. |
StyleTableUnitTest::testTable | function | core/ |
Tests the table style. |
SupportsTemporaryTablesInterface | interface | core/ |
Adds support for temporary tables. |
SupportsTemporaryTablesInterface.php | file | core/ |
|
SupportsTemporaryTablesInterface::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
Symfony\Component\Process\ExecutableFinder | service | core/ |
|
SystemConfigFormTestForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
Table | class | core/ |
Provides a render element for a table. |
Table | class | core/ |
Style plugin to render each item as a row in a table. |
table--file-multiple-widget.css | file | core/ |
Styles for multiple file widget table. |
table--file-multiple-widget.pcss.css | file | core/ |
Styles for multiple file widget table. |
table.admin.css | file | core/ |
.ckeditor5-toolbar-button-insertTable { background-image: url(../icons/table.svg); } |
table.css | file | core/ |
Styling for tables in the off-canvas dialog. |
table.css | file | core/ |
User generated tables. |
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. |
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.