public function TestRegistry::setTheme in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/Theme/RegistryTest.php \Drupal\Tests\Core\Theme\TestRegistry::setTheme()
File
- core/
tests/ Drupal/ Tests/ Core/ Theme/ RegistryTest.php, line 146 - Contains \Drupal\Tests\Core\Theme\RegistryTest.
Class
Namespace
Drupal\Tests\Core\ThemeCode
public function setTheme(ActiveTheme $theme) {
$this->theme = $theme;
}