function WritableFileSystemValidator::__construct

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

File

core/modules/package_manager/src/Validator/WritableFileSystemValidator.php, line 26

Class

WritableFileSystemValidator
Checks that the file system is writable.

Namespace

Drupal\package_manager\Validator

Code

public function __construct(private readonly PathLocator $pathLocator) {
}

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