Builds the run-time theme registry.
Extends BackdropCacheArray to allow the theme registry to be accessed as a complete registry, while internally caching only the parts of the registry that are actually in use on the site. On cache misses the complete theme registry is loaded and used to update the run-time cache.
Hierarchy
- class BackdropCacheArray implements \ArrayAccess
- class ThemeRegistry
Expanded class hierarchy of ThemeRegistry
File
- core/
includes/ theme.inc, line 395 - The theme system, which controls the output of Backdrop.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ThemeRegistry:: |
public | function |
Overrides BackdropCacheArray:: |
ThemeRegistry:: |
public | function |
Overrides BackdropCacheArray:: |
BackdropCacheArray:: |
public | function | |
BackdropCacheArray:: |
public | function | |
BackdropCacheArray:: |
protected | property | A bin to pass to cache()->set() and cache()->get(). |
BackdropCacheArray:: |
protected | property | A cid to pass to cache()->set() and cache()->get(). |
BackdropCacheArray:: |
protected | property | An array of keys to add to the cache at the end of the request. |
ThemeRegistry:: |
function |
Constructs a BackdropCacheArray object. Overrides BackdropCacheArray:: |
|
BackdropCacheArray:: |
public | function | Destructs the BackdropCacheArray object. |
BackdropCacheArray:: |
protected | function | Flags an offset value to be written to the persistent cache. |
ThemeRegistry:: |
function | Initializes the full theme registry. | |
ThemeRegistry:: |
public | function |
Resolves a cache miss. Overrides BackdropCacheArray:: |
BackdropCacheArray:: |
protected | property | Storage for the data itself. |
ThemeRegistry:: |
protected | property | The complete theme registry array. |
ThemeRegistry:: |
protected | property | Whether the partial registry can be persisted to the cache. |
ThemeRegistry:: |
public | function |
Writes a value to the persistent cache immediately. Overrides BackdropCacheArray:: |