Loading flow.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Flow description: "Automates your workflow on content." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other configure: flow.settings dependencies: Loading modules/flow_action/flow_action.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Actions for Flow description: "Makes actions available for Flow configurations." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other dependencies: - flow:flow modules/flow_context/flow_context.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Flow Context description: "Makes Flow-related content available as contextual Tokens. Requires the Context Stack module (drupal/context_stack)." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other dependencies: - flow:flow Loading modules/flow_ui/flow_ui.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Flow UI description: "User interface for Flow." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other dependencies: - flow:flow modules/flow_ui/src/Routing/FlowUiRouteSubscriber.php +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class FlowUiRouteSubscriber extends RouteSubscriberBase { /** * {@inheritdoc} */ public static function getSubscribedEvents() { public static function getSubscribedEvents(): array { $events = parent::getSubscribedEvents(); $events[RoutingEvents::ALTER] = ['onAlterRoutes', -75]; return $events; Loading Loading
flow.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Flow description: "Automates your workflow on content." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other configure: flow.settings dependencies: Loading
modules/flow_action/flow_action.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Actions for Flow description: "Makes actions available for Flow configurations." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other dependencies: - flow:flow
modules/flow_context/flow_context.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Flow Context description: "Makes Flow-related content available as contextual Tokens. Requires the Context Stack module (drupal/context_stack)." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other dependencies: - flow:flow Loading
modules/flow_ui/flow_ui.info.yml +1 −1 Original line number Diff line number Diff line type: module name: Flow UI description: "User interface for Flow." core_version_requirement: ^9 core_version_requirement: ^9 || ^10 package: Other dependencies: - flow:flow
modules/flow_ui/src/Routing/FlowUiRouteSubscriber.php +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class FlowUiRouteSubscriber extends RouteSubscriberBase { /** * {@inheritdoc} */ public static function getSubscribedEvents() { public static function getSubscribedEvents(): array { $events = parent::getSubscribedEvents(); $events[RoutingEvents::ALTER] = ['onAlterRoutes', -75]; return $events; Loading