You are here

abstract protected function AbstractBaseController::getCacheInfo in Render cache 7.2

Specific cache info overrides based on the $object.

Parameters

object $object:

array $context:

Return value

array

1 method overrides AbstractBaseController::getCacheInfo()
BaseController::getCacheInfo in src/RenderCache/Controller/BaseController.php
Specific cache info overrides based on the $object.

File

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

Class

AbstractBaseController
Controller abstract base class.

Namespace

Drupal\render_cache\RenderCache\Controller

Code

protected abstract function getCacheInfo($object, array $context);