Template for a flexible template.

Variables:

  • $messages: Status and error messages. Should be displayed prominently.
  • $tabs: Tabs linking to any sub-pages beneath the current page (e.g., the view and edit tabs when displaying a node).
  • $action_links: Array of actions local to the page, such as 'Add menu' on the menu administration interface.
  • $classes: Array of classes to be added to the layout wrapper.
  • $attributes: Additional attributes to be added to the layout wrapper.
  • $row_data: An array of information about each row. Each item in the array contains the following information:

    • $row_data['region_md']: the row region widths in Bootstrap format.
    • $row_data['region_name']: the region name.
    • $row_data['region_classes']: the region classes.
    • $row_data['content_key']: The key of the $content array which contains the HTML for that region.
  • $content: An array of content, each item in the array is named to one region of the layout.

File

core/modules/layout/templates/layout--flexible.tpl.php