You are here

public function FormsStepsEditForm::__construct in Forms Steps 8

Class constructor.

File

src/Form/FormsStepsEditForm.php, line 37

Class

FormsStepsEditForm
Provides a form to edit a Forms Steps.

Namespace

Drupal\forms_steps\Form

Code

public function __construct(PathValidatorInterface $path_validator, RouteProvider $route_provider) {
  $this->pathValidator = $path_validator;
  $this->routeProvider = $route_provider;
}