9 theme calls to table.html.twig in Drupal 8
- ContentTranslationController::overview in core/
modules/ content_translation/ src/ Controller/ ContentTranslationController.php - Builds the translations overview page.
- MenuForm::buildOverviewForm in core/
modules/ menu_ui/ src/ MenuForm.php - Form constructor to edit an entire menu tree at once.
- NodeController::revisionOverview in core/
modules/ node/ src/ Controller/ NodeController.php - Generates an overview table of older revisions of a node.
- PagerTestController::buildTestTable in core/
modules/ system/ tests/ modules/ pager_test/ src/ Controller/ PagerTestController.php - Builds a render array for a pageable test table.
- Table::getInfo in core/
lib/ Drupal/ Core/ Render/ Element/ Table.php - Returns the element properties for this element.
- TableFormatter::viewElements in core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ TableFormatter.php - Builds a renderable array for a field value.
- Tableselect::getInfo in core/
lib/ Drupal/ Core/ Render/ Element/ Tableselect.php - Returns the element properties for this element.
- template_preprocess_forums in core/
modules/ forum/ forum.module - Prepares variables for forums templates.
- template_preprocess_views_ui_style_plugin_table in core/
modules/ views_ui/ views_ui.theme.inc - Prepares variables for style plugin table templates.