Extends CacheArray to build the path alias whitelist over time.
Expanded class hierarchy of AliasWhitelist
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AliasWhitelist:: |
protected | property | The database connection. | |
AliasWhitelist:: |
protected | property | The Key/Value Store to use for state. | |
AliasWhitelist:: |
public | function |
Overrides \Drupal\Core\Utility\CacheArray::clear(). Overrides CacheArray:: |
|
AliasWhitelist:: |
public | function |
Implements Drupal\Core\DestructableInterface::destruct(). Overrides DestructableInterface:: |
|
AliasWhitelist:: |
protected | function | Loads menu path roots to prepopulate cache. | |
AliasWhitelist:: |
public | function |
Overrides \ArrayAccess::offsetGet(). Overrides CacheArray:: |
|
AliasWhitelist:: |
public | function |
Overrides \Drupal\Core\Utility\CacheArray::resolveCacheMiss(). Overrides CacheArray:: |
|
AliasWhitelist:: |
public | function |
Overrides \Drupal\Core\Utility\CacheArray::set(). Overrides CacheArray:: |
|
AliasWhitelist:: |
public | function |
Constructs an AliasWhitelist object. Overrides CacheArray:: |
|
AliasWhitelist:: |
public | function |
Overrides \Drupal\Core\Utility\CacheArray::clear(). Overrides CacheArray:: |
|
CacheArray:: |
protected | property | A bin to pass to cache()->set() and cache()->get(). | |
CacheArray:: |
protected | property | A cid to pass to cache()->set() and cache()->get(). | |
CacheArray:: |
protected | property | An array of keys to add to the cache at the end of the request. | |
CacheArray:: |
protected | property | Storage for the data itself. | |
CacheArray:: |
protected | property | A tags array to pass to cache()->set(). | |
CacheArray:: |
public | function | Implements ArrayAccess::offsetExists(). | 1 |
CacheArray:: |
public | function | Implements ArrayAccess::offsetSet(). | |
CacheArray:: |
public | function | Implements ArrayAccess::offsetUnset(). | |
CacheArray:: |
protected | function | Flags an offset value to be written to the persistent cache. |