public function EckContentController::__construct in Entity Construction Kit (ECK) 8
Constructs an EckContentController object.
Parameters
\Drupal\Core\Render\RendererInterface $renderer: The renderer service.
File
- src/
Controller/ EckContentController.php, line 33
Class
- EckContentController
- Provides a content controller for entities.
Namespace
Drupal\eck\ControllerCode
public function __construct(RendererInterface $renderer) {
$this->renderer = $renderer;
}