File tree Expand file tree Collapse file tree 4 files changed +0
-13
lines changed
Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 22
33namespace Drupal \og \Controller ;
44
5- use Drupal \Component \EventDispatcher \ContainerAwareEventDispatcher ;
65use Drupal \Core \Access \AccessManagerInterface ;
7- use Drupal \Core \Access \AccessResult ;
86use Drupal \Core \Controller \ControllerBase ;
97use Drupal \Core \Routing \RouteMatchInterface ;
108use Drupal \Core \Url ;
11- use Drupal \og \Event \OgAdminRoutesEvent ;
12- use Drupal \og \Event \OgAdminRoutesEventInterface ;
139use Symfony \Component \DependencyInjection \ContainerInterface ;
1410
1511/**
@@ -27,8 +23,6 @@ class OgAdminRoutesController extends ControllerBase {
2723 /**
2824 * Constructs an OgAdminController object.
2925 *
30- * @param \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher $event_dispatcher
31- * The event dispatcher service.
3226 * @param \Drupal\Core\Access\AccessManagerInterface $access_manager
3327 * The access manager service.
3428 */
Original file line number Diff line number Diff line change 66use Drupal \Core \Entity \EntityTypeManagerInterface ;
77use Drupal \Core \StringTranslation \StringTranslationTrait ;
88use Drupal \og \Event \DefaultRoleEventInterface ;
9- use Drupal \og \Event \OgAdminRoutesEventInterface ;
109use Drupal \og \Event \PermissionEventInterface ;
1110use Drupal \og \GroupContentOperationPermission ;
1211use Drupal \og \GroupPermission ;
Original file line number Diff line number Diff line change 77use Drupal \Core \Routing \RouteSubscriberBase ;
88use Drupal \Core \Routing \RoutingEvents ;
99use Drupal \Core \StringTranslation \StringTranslationTrait ;
10- use Drupal \og \Event \OgAdminRoutesEvent ;
11- use Drupal \og \Event \OgAdminRoutesEventInterface ;
1210use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
1311use Symfony \Component \Routing \Route ;
1412use Symfony \Component \Routing \RouteCollection ;
Original file line number Diff line number Diff line change 22
33namespace Drupal \Tests \og \Unit ;
44
5- use Drupal \Component \EventDispatcher \ContainerAwareEventDispatcher ;
65use Drupal \Core \Access \AccessManagerInterface ;
76use Drupal \Core \DependencyInjection \ContainerBuilder ;
87use Drupal \Core \Entity \EntityInterface ;
98use Drupal \Core \Routing \RouteMatchInterface ;
109use Drupal \Core \Url ;
1110use Drupal \og \Controller \OgAdminRoutesController ;
12- use Drupal \og \Event \OgAdminRoutesEvent ;
13- use Drupal \og \Event \OgAdminRoutesEventInterface ;
1411use Drupal \Tests \UnitTestCase ;
15- use Prophecy \Argument ;
1612use Symfony \Component \Routing \Route ;
1713
1814/**
You can’t perform that action at this time.
0 commit comments