You are here

private function DrupalBootstrap::menuSetCustomTheme in X Autoload 7.5

See also

menu_set_custom_theme()

1 call to DrupalBootstrap::menuSetCustomTheme()
DrupalBootstrap::drupalBootstrapFull in tests/src/VirtualDrupal/DrupalBootstrap.php

File

tests/src/VirtualDrupal/DrupalBootstrap.php, line 78

Class

DrupalBootstrap

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

private function menuSetCustomTheme() {
  $this->hookSystem
    ->moduleInvokeAll('custom_theme');
}