public function ScriptForm::__construct in Script Manager 8
Constructs the ScriptForm class.
File
- src/
Form/ ScriptForm.php, line 49
Class
- ScriptForm
- The script entity add form.
Namespace
Drupal\script_manager\FormCode
public function __construct(ExecutableManagerInterface $manager, ImmutableConfig $configuration, ContextRepositoryInterface $contextRepository) {
$this->conditionManager = $manager;
$this->configuration = $configuration;
$this->contextRepository = $contextRepository;
}