function ComposerValidator::__construct
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/Validator/ComposerValidator.php \Drupal\package_manager\Validator\ComposerValidator::__construct()
File
-
core/
modules/ package_manager/ src/ Validator/ ComposerValidator.php, line 29
Class
- ComposerValidator
- Validates the project can be used by the Composer Inspector.
Namespace
Drupal\package_manager\ValidatorCode
public function __construct(private readonly ComposerInspector $composerInspector, private readonly PathLocator $pathLocator, private readonly ModuleHandlerInterface $moduleHandler) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.