public static function StageFileProxySubscriber::getSubscribedEvents in Background Image 8
Same name and namespace in other branches
- 2.x src/EventSubscriber/StageFileProxySubscriber.php \Drupal\background_image\EventSubscriber\StageFileProxySubscriber::getSubscribedEvents()
- 2.0.x src/EventSubscriber/StageFileProxySubscriber.php \Drupal\background_image\EventSubscriber\StageFileProxySubscriber::getSubscribedEvents()
File
- src/
EventSubscriber/ StageFileProxySubscriber.php, line 20
Class
Namespace
Drupal\background_image\EventSubscriberCode
public static function getSubscribedEvents() {
$events['stage_file_proxy.alter_excluded_paths'][] = [
'getExcludedPaths',
];
return $events;
}