You are here

abstract protected function AbstractBaseController::getDefaultCacheInfo in Render cache 7.2

Provides the cache info for all objects based on the context.

Parameters

array $context:

Return value

array

1 method overrides AbstractBaseController::getDefaultCacheInfo()
BaseController::getDefaultCacheInfo in src/RenderCache/Controller/BaseController.php
Provides the cache info for all objects based on the context.

File

src/RenderCache/Controller/AbstractBaseController.php, line 35
Contains \Drupal\render_cache\RenderCache\Controller\AbstractBaseController

Class

AbstractBaseController
Controller abstract base class.

Namespace

Drupal\render_cache\RenderCache\Controller

Code

protected abstract function getDefaultCacheInfo($context);