function 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.