You are here

72 #type uses of Table in Zircon Profile 8

AggregatorController::adminOverview in core/modules/aggregator/src/Controller/AggregatorController.php
Displays the aggregator administration page.
BanAdmin::buildForm in core/modules/ban/src/Form/BanAdmin.php
BlockLibraryController::listBlocks in core/modules/block/src/Controller/BlockLibraryController.php
Shows a list of blocks that can be added to a theme's layout.
BlockListBuilder::buildBlocksForm in core/modules/block/src/BlockListBuilder.php
Builds the main "Blocks" portion of the form.
BookAdminEditForm::bookAdminTable in core/modules/book/src/Form/BookAdminEditForm.php
Builds the table portion of the form for the book administration page.
BookController::adminOverview in core/modules/book/src/Controller/BookController.php
Returns an administrative overview of all books.
ConfigController::diff in core/modules/config/src/Controller/ConfigController.php
Shows diff of specified configuration file.
ConfigSync::buildForm in core/modules/config/src/Form/ConfigSync.php
Form constructor.
ConfigTranslationController::itemPage in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Language translations overview page for a configuration name.
ConfigTranslationMapperList::render in core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php
Builds the mappers as a renderable array for table.html.twig.
DataFieldRow::buildOptionsForm in core/modules/rest/src/Plugin/views/row/DataFieldRow.php
Provide a form for setting options.
DbLogController::eventDetails in core/modules/dblog/src/Controller/DbLogController.php
Displays details about a specific database log message.
DbLogController::overview in core/modules/dblog/src/Controller/DbLogController.php
Displays a listing of database log messages.
DbLogController::topLogMessages in core/modules/dblog/src/Controller/DbLogController.php
Shows the most frequent log messages of a given event type.
DraggableListBuilder::buildForm in core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
Form constructor.
EntityDisplayModeListBuilder::render in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
EntityListBuilder::render in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
FilterHtml::tips in core/modules/filter/src/Plugin/Filter/FilterHtml.php
Generates a filter's tip.
FormTestTableForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php
Form constructor.
ImageStyleEditForm::form in core/modules/image/src/Form/ImageStyleEditForm.php
Gets the actual form array to be built.
MenuForm::buildOverviewForm in core/modules/menu_ui/src/MenuForm.php
Form constructor to edit an entire menu tree at once.
NegotiationBrowserForm::buildForm in core/modules/language/src/Form/NegotiationBrowserForm.php
Form constructor.
NodeSearch::buildConfigurationForm in core/modules/node/src/Plugin/Search/NodeSearch.php
Form constructor.
OverviewTerms::buildForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form constructor.
PathController::adminOverview in core/modules/path/src/Controller/PathController.php
Displays the path administration overview page.
Rearrange::buildForm in core/modules/views_ui/src/Form/Ajax/Rearrange.php
Form constructor.
ReorderDisplays::buildForm in core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
Form constructor.
SetCustomize::form in core/modules/shortcut/src/Form/SetCustomize.php
Gets the actual form array to be built.
SimpletestResultsForm::addResultForm in core/modules/simpletest/src/Form/SimpletestResultsForm.php
Adds the result form to a $form.
SimpletestTestForm::buildForm in core/modules/simpletest/src/Form/SimpletestTestForm.php
Form constructor.
TableTest::testThemeTableFooter in core/modules/system/src/Tests/Theme/TableTest.php
Test that the 'footer' option works correctly.
TableTest::testThemeTableFooter in core/modules/system/src/Tests/Render/Element/TableTest.php
Test that the 'footer' option works correctly.
TableTest::testThemeTableHeaderCellOption in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderCellOption in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderRenderArray in core/modules/system/src/Tests/Theme/TableTest.php
Tests header elements with a mix of string and render array values.
TableTest::testThemeTableHeaderRenderArray in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests header elements with a mix of string and render array values.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNoStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNotResponsiveHeaders in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveProperty in core/modules/system/src/Tests/Theme/TableTest.php
Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableNotResponsiveProperty in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableResponsive in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the 'responsive-table' class is applied correctly.
TableTest::testThemeTableResponsive in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the 'responsive-table' class is applied correctly.
TableTest::testThemeTableResponsivePriority in core/modules/system/src/Tests/Theme/TableTest.php
Tests 'priority-medium' and 'priority-low' classes.
TableTest::testThemeTableResponsivePriority in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests 'priority-medium' and 'priority-low' classes.
TableTest::testThemeTableRowRenderArray in core/modules/system/src/Tests/Theme/TableTest.php
Tests row elements with a mix of string and render array values.
TableTest::testThemeTableRowRenderArray in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests row elements with a mix of string and render array values.
TableTest::testThemeTableStickyHeaders in core/modules/system/src/Tests/Theme/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TableTest::testThemeTableStickyHeaders in core/modules/system/src/Tests/Render/Element/TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
TableTest::testThemeTableWithEmptyMessage in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly.
TableTest::testThemeTableWithEmptyMessage in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly.
TableTest::testThemeTableWithNoStriping in core/modules/system/src/Tests/Theme/TableTest.php
Tests that the 'no_striping' option works correctly.
TableTest::testThemeTableWithNoStriping in core/modules/system/src/Tests/Render/Element/TableTest.php
Tests that the 'no_striping' option works correctly.
template_preprocess_field_multiple_value_form in core/includes/theme.inc
Prepares variables for individual form element templates.
template_preprocess_file_widget_multiple in core/modules/file/file.field.inc
Prepares variables for multi file form widget templates.
template_preprocess_image_anchor in core/modules/image/image.admin.inc
Prepares variables for image anchor templates.
template_preprocess_language_content_settings_table in core/modules/language/language.admin.inc
Prepares variables for language content settings table templates.
template_preprocess_language_negotiation_configure_form in core/modules/language/language.admin.inc
Prepares variables for language negotiation configuration form.
template_preprocess_update_report in core/modules/update/update.report.inc
Prepares variables for project status report templates.
template_preprocess_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI build group filter form templates.
template_preprocess_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI rearrange filter form templates.
template_preprocess_views_ui_style_plugin_table in core/modules/views_ui/views_ui.theme.inc
Prepares variables for style plugin table templates.
tracker_page in core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.
TranslateEditForm::buildForm in core/modules/locale/src/Form/TranslateEditForm.php
Form constructor.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
UserPermissionsForm::buildForm in core/modules/user/src/Form/UserPermissionsForm.php
Form constructor.
ViewListBuilder::render in core/modules/views_ui/src/ViewListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
ViewsUIController::reportFields in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all instances of fields on any views.
ViewsUIController::reportPlugins in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all plugins and what enabled Views use them.
ViewUI::renderPreview in core/modules/views_ui/src/ViewUI.php