function RulesUiRouteSubscriber::__construct

Constructs the object.

Parameters

\Drupal\rules\Ui\RulesUiManagerInterface $rules_ui_manager: The rules UI manager.

File

src/Routing/RulesUiRouteSubscriber.php, line 30

Class

RulesUiRouteSubscriber
Adds routes generated by the rules UI handlers.

Namespace

Drupal\rules\Routing

Code

public function __construct(RulesUiManagerInterface $rules_ui_manager) {
    $this->rulesUiManager = $rules_ui_manager;
}