Commit b212b949 authored by mxh's avatar mxh
Browse files

Issue #3270612 by mxh: D10 compatibility

parent 04d116ac
Loading
Loading
Loading
Loading
+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:
+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
+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
+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
+1 −1
Original line number Diff line number Diff line
@@ -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;