public function FormsStepsHelper::__construct in Forms Steps 8
FormsStepsHelper constructor.
Parameters
\Drupal\forms_steps\Service\FormsStepsManager $forms_steps_manager: Injected FormsStepsManager instance.
\Drupal\Core\Routing\CurrentRouteMatch $current_route_match: Injected current route match instance.
File
- src/
Service/ FormsStepsHelper.php, line 36
Class
- FormsStepsHelper
- Class FormsStepsHelper.
Namespace
Drupal\forms_steps\ServiceCode
public function __construct(FormsStepsManager $forms_steps_manager, CurrentRouteMatch $current_route_match) {
$this->formsStepsManager = $forms_steps_manager;
$this->currentRouteMatch = $current_route_match;
}