Loading src/RedirectSubscriber.php +1 −4 Original line number Diff line number Diff line Loading @@ -293,10 +293,7 @@ class RedirectSubscriber implements EventSubscriberInterface { $destination = $this->getDestination(); // Check if there are hooks to invoke that do an override. $implementations = []; foreach ($this->moduleHandler->invokeAllWith('data_policy_destination_alter') as $module_name) { $implementations[] = $module_name; } $implementations = $this->moduleHandler->invokeAll('data_policy_destination_alter'); if (!empty($implementations)) { $module = end($implementations); Loading Loading
src/RedirectSubscriber.php +1 −4 Original line number Diff line number Diff line Loading @@ -293,10 +293,7 @@ class RedirectSubscriber implements EventSubscriberInterface { $destination = $this->getDestination(); // Check if there are hooks to invoke that do an override. $implementations = []; foreach ($this->moduleHandler->invokeAllWith('data_policy_destination_alter') as $module_name) { $implementations[] = $module_name; } $implementations = $this->moduleHandler->invokeAll('data_policy_destination_alter'); if (!empty($implementations)) { $module = end($implementations); Loading