You are here

public function Vefl::__construct in Views exposed form layout 8.3

Same name and namespace in other branches
  1. 8.2 src/Vefl.php \Drupal\vefl\Vefl::__construct()

Constructs a new class object.

Parameters

\Drupal\Core\Layout\LayoutPluginManagerInterface $layout_manager: The layout plugin manager.

File

src/Vefl.php, line 28

Class

Vefl
Helper class that holds all the main Display Suite helper functions.

Namespace

Drupal\vefl

Code

public function __construct(LayoutPluginManagerInterface $layout_manager) {
  $this->layoutManager = $layout_manager;
}