You are here

abstract protected function AbstractBaseController::isCacheable in Render cache 7.2

Parameters

array $default_cache_info:

array $context:

Return value

bool

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

File

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

Class

AbstractBaseController
Controller abstract base class.

Namespace

Drupal\render_cache\RenderCache\Controller

Code

protected abstract function isCacheable(array $default_cache_info, array $context);