You are here

protected property ThemeRegistryLoader::$themeRegistry in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php \Drupal\Core\Template\Loader\ThemeRegistryLoader::themeRegistry

The theme registry used to determine which template to use.

Type: \Drupal\Core\Theme\Registry

File

core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php, line 19

Class

ThemeRegistryLoader
Loads templates based on information from the Drupal theme registry.

Namespace

Drupal\Core\Template\Loader

Code

protected $themeRegistry;