You are here

public static function StageFileProxySubscriber::getSubscribedEvents in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/EventSubscriber/StageFileProxySubscriber.php \Drupal\background_image\EventSubscriber\StageFileProxySubscriber::getSubscribedEvents()
  2. 2.x src/EventSubscriber/StageFileProxySubscriber.php \Drupal\background_image\EventSubscriber\StageFileProxySubscriber::getSubscribedEvents()

File

src/EventSubscriber/StageFileProxySubscriber.php, line 20

Class

StageFileProxySubscriber

Namespace

Drupal\background_image\EventSubscriber

Code

public static function getSubscribedEvents() {
  $events['stage_file_proxy.alter_excluded_paths'][] = [
    'getExcludedPaths',
  ];
  return $events;
}