public function ViewsPostRenderEvent::getCache in Hook Event Dispatcher 8
Get the cache settings.
Return value
\Drupal\views\Plugin\views\cache\CachePluginBase The cache settings.
File
- src/
Event/ Views/ ViewsPostRenderEvent.php, line 50
Class
- ViewsPostRenderEvent
- Class ViewsPostRenderEvent.
Namespace
Drupal\hook_event_dispatcher\Event\ViewsCode
public function getCache() {
return $this->cache;
}