You are here

abstract protected function AbstractBaseController::getCacheIdInfo in Render cache 7.2

Provides the fully pouplated cache information for a specific object.

Parameters

object $object:

array $cache_info:

array $context:

Return value

array

1 method overrides AbstractBaseController::getCacheIdInfo()
BaseController::getCacheIdInfo in src/RenderCache/Controller/BaseController.php
Provides the fully pouplated cache information for a specific object.

File

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

Class

AbstractBaseController
Controller abstract base class.

Namespace

Drupal\render_cache\RenderCache\Controller

Code

protected abstract function getCacheIdInfo($object, array $cache_info = array(), array $context = array());