You are here

public static function LBUXRouteAlter::getSubscribedEvents in Layout Builder UX 8

File

src/Routing/LBUXRouteAlter.php, line 43

Class

LBUXRouteAlter
Alters the Layout Builder UI routes.

Namespace

Drupal\lb_ux\Routing

Code

public static function getSubscribedEvents() {
  $events[RoutingEvents::ALTER] = 'onAlterRoutes';
  return $events;
}