Registry::$runtimeRegistry

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::runtimeRegistry
  2. 8.9.x core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::runtimeRegistry
  3. 10 core/lib/Drupal/Core/Theme/Registry.php \Drupal\Core\Theme\Registry::runtimeRegistry

An array of incomplete, runtime theme registries, keyed by theme name.

Type: \Drupal\Core\Utility\ThemeRegistry[]

File

core/lib/Drupal/Core/Theme/Registry.php, line 106

Class

Registry
Defines the theme registry service.

Namespace

Drupal\Core\Theme

Code

protected $runtimeRegistry = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.