function RulesUiRouteEnhancer::__construct
Constructs the object.
Parameters
\Drupal\rules\Ui\RulesUiManagerInterface $rules_ui_manager: The rules_ui plugin manager.
File
-
src/
Routing/ RulesUiRouteEnhancer.php, line 35
Class
- RulesUiRouteEnhancer
- Enhances routes with the specified RulesUI.
Namespace
Drupal\rules\RoutingCode
public function __construct(RulesUiManagerInterface $rules_ui_manager) {
$this->rulesUiManager = $rules_ui_manager;
}