function ImmutablePathList::__construct

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

File

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

Class

ImmutablePathList
Defines a path list that cannot be changed.

Namespace

Drupal\package_manager

Code

public function __construct(private readonly PathListInterface $decorated) {
}

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