You are here

public function ControllerInterface::getContext in Render cache 7.2

Return value

array

1 method overrides ControllerInterface::getContext()
BaseController::getContext in src/RenderCache/Controller/BaseController.php

File

src/RenderCache/Controller/ControllerInterface.php, line 19
Contains \Drupal\render_cache\RenderCache\Controller\ControllerInterface

Class

ControllerInterface
Interface to describe how RenderCache controller plugin objects are implemented.

Namespace

Drupal\render_cache\RenderCache\Controller

Code

public function getContext();