system-modules-uninstall.html.twig

Default theme implementation for the modules uninstall page.

Available variables:

  • form: The modules uninstall form.
  • modules: Contains multiple module instances. Each module contains:
    • attributes: Attributes on the row.
    • module_name: The name of the module.
    • checkbox: A checkbox for uninstalling the module.
    • checkbox_id: A unique identifier for interacting with the checkbox element.
    • name: The human-readable name of the module.
    • description: The description of the module.
    • disabled_reasons: (optional) A list of reasons why this module cannot be uninstalled.

See also

template_preprocess_system_modules_uninstall()

File

core/modules/system/templates/system-modules-uninstall.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!system!templates!system-modules-uninstall.html.twig/8.1.x