Default theme implementation for displaying a project.

Available variables:

  • $first: Whether or not this project item is the first one in the list.
  • $title: The title of the project.
  • $last_updated: A string representing when the project was last updated.
  • $description: The project description. This could be long.
  • $extras: A string of any extra info that should go at the bottom.
  • $status: Whether the project is already installed, enabled, or not.
  • $install: The add to install queue button/link.

These are defined in template_preprocess_installer_browser_project().

See also

template_preprocess_installer_browser_project().

File

core/modules/installer/templates/installer-project.tpl.php