protected function BaseController::getCacheValidate in Render cache 7.2
Parameters
object $object:
array $context:
Return value
array
Overrides AbstractBaseController::getCacheValidate
1 call to BaseController::getCacheValidate()
- BaseController::getCacheIdInfo in src/
RenderCache/ Controller/ BaseController.php - Provides the fully pouplated cache information for a specific object.
File
- src/
RenderCache/ Controller/ BaseController.php, line 249 - Contains \Drupal\render_cache\RenderCache\Controller\BaseController
Class
- BaseController
- Base class for Controller plugin objects.
Namespace
Drupal\render_cache\RenderCache\ControllerCode
protected function getCacheValidate($object, array $context) {
return array();
}