public function YamlFormHelpController::__construct in YAML Form 8
Constructs a YamlFormPluginBaseController object.
Parameters
\Drupal\yamlform\YamlFormHelpManagerInterface $help_manager: The help manager.
File
- src/
Controller/ YamlFormHelpController.php, line 30
Class
- YamlFormHelpController
- Provides route responses for form help.
Namespace
Drupal\yamlform\ControllerCode
public function __construct(YamlFormHelpManagerInterface $help_manager) {
$this->helpManager = $help_manager;
}