public function None::cacheStart

Start caching the html head.

This takes a snapshot of the current system state so that we don't duplicate it. Later on, when gatherHeaders() is run, this information will be removed so that we don't hold onto it.

Overrides CachePluginBase::cacheStart

See also

drupal_add_html_head()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php, line 26
Definition of Drupal\views\Plugin\views\cache\None.

Class

None
Caching plugin that provides no caching at all.

Namespace

Drupal\views\Plugin\views\cache

Code

public function cacheStart() {

  /* do nothing */
}