system-modules-details.html.twig

Theme override for the modules listing page.

Displays a list of all packages in a project.

Available variables:

  • modules: Contains multiple module instances. Each module contains:
    • attributes: Attributes on the row.
    • checkbox: A checkbox for enabling the module.
    • name: The human-readable name of the module.
    • id: A unique identifier for interacting with the details element.
    • enable_id: A unique identifier for interacting with the checkbox element.
    • description: The description of the module.
    • machine_name: The module's machine name.
    • version: Information about the module version.
    • requires: A list of modules that this module requires.
    • required_by: A list of modules that require this module.
    • links: A list of administration links provided by the module.

See also

template_preprocess_system_modules_details()

File

core/themes/stable/templates/admin/system-modules-details.html.twig

doc_Drupal
2016-10-29 09:45:34
Comments
Leave a Comment

Please login to continue.