You are here

public static function OgTestEventSubscriber::getSubscribedEvents in Organic groups 8

File

tests/modules/og_test/src/EventSubscriber/OgTestEventSubscriber.php, line 36

Class

OgTestEventSubscriber
Event subscribers for testing Organic Groups.

Namespace

Drupal\og_test\EventSubscriber

Code

public static function getSubscribedEvents() {
  return [
    GroupContentEntityOperationAccessEventInterface::EVENT_NAME => [
      [
        'moderatorsCanManageComments',
      ],
    ],
  ];
}