You are here

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\Form

Code

public function __construct(ExecutableManagerInterface $manager, ImmutableConfig $configuration, ContextRepositoryInterface $contextRepository) {
  $this->conditionManager = $manager;
  $this->configuration = $configuration;
  $this->contextRepository = $contextRepository;
}