abstract protected function AbstractBaseController::alter in Render cache 7.2
Parameters
string $type:
array $data:
mixed|null $context1:
mixed|null $context2:
mixed|null $context3:
1 method overrides AbstractBaseController::alter()
- BaseController::alter in src/
RenderCache/ Controller/ BaseController.php
File
- src/
RenderCache/ Controller/ AbstractBaseController.php, line 142 - Contains \Drupal\render_cache\RenderCache\Controller\AbstractBaseController
Class
- AbstractBaseController
- Controller abstract base class.
Namespace
Drupal\render_cache\RenderCache\ControllerCode
protected abstract function alter($type, &$data, &$context1 = NULL, &$context2 = NULL, &$context3 = NULL);