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.
Please login to continue.