Simple caching of query results for Views displays.
@Plugin(
id = "time",
title = @Translation("Time-based"),
help = @Translation("Simple time-based caching of data.")
)
Expanded class hierarchy of Time
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CachePluginBase:: |
protected | property | Stores the cache ID used for the output cache, once generateOutputKey() got executed. | |
CachePluginBase:: |
protected | property | Stores the cache ID used for the results cache. | |
CachePluginBase:: |
property | Contains all data that should be written/read from cache. | ||
CachePluginBase:: |
property | What table to store data in. | ||
CachePluginBase:: |
function | Clear out cached data for a view. | ||
CachePluginBase:: |
function | Retrieve data from the cache. | 1 | |
CachePluginBase:: |
function | Save data to the cache. | 1 | |
CachePluginBase:: |
function | Start caching the html head. | 1 | |
CachePluginBase:: |
function | Gather the JS/CSS from the render array, the html head from the band data. | ||
CachePluginBase:: |
public | function | Calculates and sets a cache ID used for the output cache. | |
CachePluginBase:: |
public | function | Calculates and sets a cache ID used for the result cache. | |
CachePluginBase:: |
public | function | Returns the outputKey property. | |
CachePluginBase:: |
public | function | Returns the resultsKey property. | |
CachePluginBase:: |
public | function | Initialize the plugin. | |
CachePluginBase:: |
function | Post process any rendered data. | ||
CachePluginBase:: |
function | Restore out of band data saved to cache. Copied from Panels. | ||
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
public | property | Plugins's definition | |
PluginBase:: |
protected | property | The discovery object. | |
PluginBase:: |
public | property | The display object this plugin is for. | |
PluginBase:: |
public | property | Options for this plugin will be held here. | |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
public | property | The top object of a view. | 1 |
PluginBase:: |
public | function | Provide a list of additional theme functions for the theme information page | |
PluginBase:: |
public | function | Clears a plugin. | 2 |
PluginBase:: |
public | function | Returns an array of available token replacements. | |
PluginBase:: |
public | function |
Implements Drupal\Component\Plugin\PluginInterface::getDefinition(). Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function |
Implements Drupal\Component\Plugin\PluginInterface::getPluginId(). Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Adds elements for available core tokens to a form. | |
PluginBase:: |
public | function | Returns a string with any core tokens replaced. | |
PluginBase:: |
public | function | Return the human readable name of the display. | |
PluginBase:: |
public | function | Add anything to the query that we might need to. | 13 |
PluginBase:: |
protected | function | ||
PluginBase:: |
public | function | Handle any special handling on the validate form. | 10 |
PluginBase:: |
public | function | Provide a full list of possible theme templates used by this style. | 1 |
PluginBase:: |
public | function | Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. | |
PluginBase:: |
public | function | Returns the usesOptions property. | 8 |
PluginBase:: |
public | function | Validate that the plugin is correct and can be saved. | 4 |
PluginBase:: |
public | function |
Constructs a Plugin object. Overrides PluginBase:: |
|
Time:: |
protected | property |
Overrides Drupal\views\Plugin\Plugin::$usesOptions. Overrides PluginBase:: |
|
Time:: |
public | function |
Provide a form to edit options for this plugin. Overrides PluginBase:: |
|
Time:: |
function |
Determine the expiration time of the cache type, or NULL if no expire. Overrides CachePluginBase:: |
||
Time:: |
function |
Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache. Overrides CachePluginBase:: |
||
Time:: |
protected | function |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( Overrides PluginBase:: |
|
Time:: |
function | |||
Time:: |
public | function |
Return a string to display as the clickable title for the
access control. Overrides CachePluginBase:: |
|
Time:: |
public | function |
Validate the options form. Overrides PluginBase:: |