W3cubDocs

/Drupal 8

language-negotiation-configure-form.html.twig

Default theme implementation for a language negotiation configuration form.

Available variables:

  • language_types: A list of language negotiation types. Each language type contains the following:
    • type: The machine name for the negotiation type.
    • title: The language negotiation type name.
    • description: A description for how the language negotiation type operates.
    • configurable: A radio element to toggle the table.
    • table: A draggable table for the language detection methods of this type.
    • children: Remaining form items for the group.
    • attributes: A list of HTML attributes for the wrapper element.
  • children: Remaining form items for all groups.

See also

template_preprocess_language_negotiation_configure_form()

File

core/modules/language/templates/language-negotiation-configure-form.html.twig

Related topics

Theme system overview
Functions and templates for the user interface that themes can override.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!language!templates!language-negotiation-configure-form.html.twig/8.1.x