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],
],
];
}
Please login to continue.