Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

language-content-settings-table.html.twig

Same filename in this branch
  1. 11.1.x core/modules/language/templates/language-content-settings-table.html.twig

Theme override 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/themes/stable9/templates/admin/language-content-settings-table.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display a language content settings table.
  5. *
  6. * Available variables:
  7. * - title: The title of the table.
  8. * - build: Table of content language settings.
  9. *
  10. * @see template_preprocess_language_content_settings_table()
  11. */
  12. #}
  13. <h4>{{ title }}</h4>
  14. {{ build }}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal