Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CollectPathsToExcludeEvent.php

function CollectPathsToExcludeEvent::getAll

Overrides PathListInterface::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());
}
RSS feed
Powered by Drupal