W3cubDocs

/Drupal 8

update-project-status.html.twig

Default theme implementation for the project status report.

Available variables:

  • title: The project title.
  • url: The project url.
  • status: The project status.
    • label: The project status label.
    • attributes: HTML attributes for the project status.
    • reason: The reason you should update the project.
    • icon: The project status version indicator icon.
  • existing_version: The version of the installed project.
  • versions: The available versions of the project.
  • install_type: The type of project (e.g., dev).
  • datestamp: The date/time of a project version's release.
  • extras: HTML attributes and additional information about the project.
    • attributes: HTML attributes for the extra item.
    • label: The label for an extra item.
    • data: The data about an extra item.
  • includes: The projects within the project.
  • disabled: The currently disabled projects in the project.

See also

template_preprocess_update_project_status()

File

core/modules/update/templates/update-project-status.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!update!templates!update-project-status.html.twig/8.1.x