public function StageFileProxySubscriber::getExcludedPaths in Background Image 8
Same name and namespace in other branches
- 2.x src/EventSubscriber/StageFileProxySubscriber.php \Drupal\background_image\EventSubscriber\StageFileProxySubscriber::getExcludedPaths()
- 2.0.x src/EventSubscriber/StageFileProxySubscriber.php \Drupal\background_image\EventSubscriber\StageFileProxySubscriber::getExcludedPaths()
Parameters
\Drupal\stage_file_proxy\EventDispatcher\AlterExcludedPathsEvent $event:
File
- src/EventSubscriber/ StageFileProxySubscriber.php, line 13 
Class
Namespace
Drupal\background_image\EventSubscriberCode
public function getExcludedPaths(AlterExcludedPathsEvent $event) {
  $event
    ->addExcludedPath('/background_image/css/');
}