function SiteFilesExcluder::__construct

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

File

core/modules/package_manager/src/PathExcluder/SiteFilesExcluder.php, line 23

Class

SiteFilesExcluder
Excludes site files from stage operations.

Namespace

Drupal\package_manager\PathExcluder

Code

public function __construct(private readonly StreamWrapperManagerInterface $streamWrapperManager, private readonly Filesystem $fileSystem, private readonly array $wrappers) {
}

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