You are here

protected property FormErrorHandler::$renderer in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/inline_form_errors/src/FormErrorHandler.php \Drupal\inline_form_errors\FormErrorHandler::renderer

The renderer service.

Type: \Drupal\Core\Render\RendererInterface

File

core/modules/inline_form_errors/src/FormErrorHandler.php, line 28

Class

FormErrorHandler
Produces inline form errors.

Namespace

Drupal\inline_form_errors

Code

protected $renderer;