function InputDemo::__construct

Constructs a new \Drupal\form_api_example\Form\InputDemo object.

Parameters

\Drupal\Core\Extension\ExtensionPathResolver $extension_path_resolver: The extension path resolver.

File

modules/form_api_example/src/Form/InputDemo.php, line 36

Class

InputDemo
Implements InputDemo form controller.

Namespace

Drupal\form_api_example\Form

Code

public function __construct(ExtensionPathResolver $extension_path_resolver) {
  $this->extensionPathResolver = $extension_path_resolver;
}