class PrerenderManager
Manages discovery and instantiation of Bootstrap pre-render callbacks.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginManager extends \Drupal\Core\Plugin\DefaultPluginManager
- class \Drupal\bootstrap\Plugin\PrerenderManager implements TrustedCallbackInterface
Expanded class hierarchy of PrerenderManager
Related topics
Namespace
Drupal\bootstrap\PluginMembers
Name | Modifiers | Type | Description |
---|---|---|---|
PluginManager:: |
protected | property | The current theme. |
PluginManager:: |
protected | property | The theme handler to check if theme exists. |
PluginManager:: |
protected | property | The theme manager to invoke alter hooks. |
PluginManager:: |
protected | function | |
PluginManager:: |
public | function | |
PluginManager:: |
protected | function | |
PluginManager:: |
public | function | Retrieves the cache tags used to invalidate caches. |
PluginManager:: |
public | function | Retrieves all definitions where the plugin ID matches a certain criteria. |
PluginManager:: |
protected | function | |
PluginManager:: |
protected | function | Sorts the plugin definitions. |
PrerenderManager:: |
public static | function | Pre-render render array element callback. |
PrerenderManager:: |
public static | function |
Overrides TrustedCallbackInterface:: |
PrerenderManager:: |
public | function |
Constructs a new \Drupal\bootstrap\Plugin\PrerenderManager object. Overrides PluginManager:: |