Registry::$initialized
  • References/PHP/Drupal/Theme/Registry

Stores whether the registry was already initialized. Type: bool File

2025-01-10 15:47:30
Registry
  • References/PHP/Drupal/Theme/Registry

Defines the theme registry service. @internal Theme registry is expected to be used only internally since every

2025-01-10 15:47:30
Registry::destruct
  • References/PHP/Drupal/Theme/Registry

public Registry::destruct() Performs destruct

2025-01-10 15:47:30
Registry::get
  • References/PHP/Drupal/Theme/Registry

public Registry::get() Returns the complete

2025-01-10 15:47:30
Registry::$root
  • References/PHP/Drupal/Theme/Registry

The app root. Type: string File core/lib/Drupal/Core/Theme/Registry

2025-01-10 15:47:30
Registry::$themeName
  • References/PHP/Drupal/Theme/Registry

The name of the theme for which to construct the registry, if given. Type: string|null File

2025-01-10 15:47:30
Registry::reset
  • References/PHP/Drupal/Theme/Registry

public Registry::reset() Invalidates theme

2025-01-10 15:47:30
Registry::completeSuggestion
  • References/PHP/Drupal/Theme/Registry

protected Registry::completeSuggestion($hook, array &$cache)

2025-01-10 15:47:30
Registry::$registry
  • References/PHP/Drupal/Theme/Registry

The complete theme registry. An array of theme registries, keyed by the theme name. Each registry is an associative array keyed by theme hook

2025-01-10 15:47:30
Registry::$cache
  • References/PHP/Drupal/Theme/Registry

The cache backend to use for the complete theme registry data. Type:

2025-01-10 15:47:30