function ImmutablePathList::getAll

File

core/modules/package_manager/src/ImmutablePathList.php, line 31

Class

ImmutablePathList
Defines a path list that cannot be changed.

Namespace

Drupal\package_manager

Code

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

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