You are here

public static function ControllerInterface::renderPlaceholders in Render cache 7.2

Parameters

array $args:

Return value

string

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

File

src/RenderCache/Controller/ControllerInterface.php, line 45
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 static function renderPlaceholders(array $args);