public function AlterExcludedPathsEvent::setExcludedPaths in Stage File Proxy 8
Setter for the excluded paths array.
Parameters
array $excluded_paths: The excluded paths array to set.
1 call to AlterExcludedPathsEvent::setExcludedPaths()
- AlterExcludedPathsEvent::__construct in src/
EventDispatcher/ AlterExcludedPathsEvent.php - Constructor.
File
- src/
EventDispatcher/ AlterExcludedPathsEvent.php, line 47
Class
- AlterExcludedPathsEvent
- Class AlterExcludedPathsEvent.
Namespace
Drupal\stage_file_proxy\EventDispatcherCode
public function setExcludedPaths(array $excluded_paths) {
$this->excludedPaths = $excluded_paths;
}