outside_in_theme

outside_in_theme()

Implements hook_theme().

File

core/modules/outside_in/outside_in.module, line 72
Allows configuring blocks and other configuration from the site front-end.

Code

function outside_in_theme() {
  return [
    'outside_in_page_wrapper' => [
      'variables' => ['children' => NULL],
    ],
  ];
}
doc_Drupal
2016-10-29 09:32:44
Comments
Leave a Comment

Please login to continue.