You are here

abstract protected function AbstractBaseController::getCacheValidate in Render cache 7.2

Parameters

object $object:

array $context:

Return value

array

1 method overrides AbstractBaseController::getCacheValidate()
BaseController::getCacheValidate in src/RenderCache/Controller/BaseController.php

File

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

Class

AbstractBaseController
Controller abstract base class.

Namespace

Drupal\render_cache\RenderCache\Controller

Code

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