language-content-settings-table.html.twig
Same filename in this branch
Default theme implementation to display a language content settings table.
Available variables:
- title: The title of the table.
- build: Table of content language settings.
See also
template_preprocess_language_content_settings_table()
1 theme call to language-content-settings-table.html.twig
- ContentLanguageSettingsForm::buildForm in core/
modules/ language/ src/ Form/ ContentLanguageSettingsForm.php - Form constructor.
File
-
core/
modules/ language/ templates/ language-content-settings-table.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation to display a language content settings table.
- *
- * Available variables:
- * - title: The title of the table.
- * - build: Table of content language settings.
- *
- * @see template_preprocess_language_content_settings_table()
- *
- * @ingroup themeable
- */
- #}
- {{ build }}
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.