function CollectPathsToExcludeEvent::getAll

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php \Drupal\package_manager\Event\CollectPathsToExcludeEvent::getAll()

File

core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php, line 55

Class

CollectPathsToExcludeEvent
Defines an event that collects paths to exclude.

Namespace

Drupal\package_manager\Event

Code

public function getAll() : array {
  return array_unique($this->pathList
    ->getAll());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.