function SiteConfigurationExcluder::__construct
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/PathExcluder/SiteConfigurationExcluder.php \Drupal\package_manager\PathExcluder\SiteConfigurationExcluder::__construct()
File
-
core/
modules/ package_manager/ src/ PathExcluder/ SiteConfigurationExcluder.php, line 25
Class
- SiteConfigurationExcluder
- Excludes site configuration files from stage directories.
Namespace
Drupal\package_manager\PathExcluderCode
public function __construct(protected string $sitePath, private readonly PathLocator $pathLocator, private readonly FileSystemInterface $fileSystem) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.