function RenderPlaceholderMessageTestController::__construct

Same name in other branches
  1. 10 core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php \Drupal\render_placeholder_message_test\RenderPlaceholderMessageTestController::__construct()

Constructs a new RenderPlaceholderMessageTestController object.

Parameters

\Drupal\Core\Render\RendererInterface $renderer: The renderer service.

File

core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php, line 21

Class

RenderPlaceholderMessageTestController

Namespace

Drupal\render_placeholder_message_test

Code

public function __construct(RendererInterface $renderer) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.