You are here

public function AlterExcludedPathsEvent::getExcludedPaths in Stage File Proxy 8

Getter for the excluded paths array.

Return value

array The excluded paths array.

File

src/EventDispatcher/AlterExcludedPathsEvent.php, line 37

Class

AlterExcludedPathsEvent
Class AlterExcludedPathsEvent.

Namespace

Drupal\stage_file_proxy\EventDispatcher

Code

public function getExcludedPaths() {
  return $this->excludedPaths;
}