public Registry::getRuntime()
Returns the incomplete, runtime theme registry.
Return value
\Drupal\Core\Utility\ThemeRegistry A shared instance of the ThemeRegistry class, provides an ArrayObject that allows it to be accessed with array syntax and isset(), and is more lightweight than the full registry.
File
core/lib/Drupal/Core/Theme/Registry.php, line 239
Class
Registry Defines the theme registry service.
Namespace
Drupal\Core\Theme
Code
public function getRuntime() {
$this->in