public static function getSubscribedEvents() {
$events[KernelEvents::REQUEST][] = (new DrupalEventSubscriber($this, 'someMethod'))
->before('some.other.event.subscription.service:method')
->after('yet.another.event.subscription.service:method');
return $events;
}
Needs work
11.0 π₯
Last updated
Enhances developer experience.
Worse Than Failure. Approximates the unpleasant remark made by Drupal developers when they first encounter a particular (mis)feature.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.