function SandboxDatabaseUpdatesValidator::__construct
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php \Drupal\package_manager\Validator\SandboxDatabaseUpdatesValidator::__construct()
File
-
core/
modules/ package_manager/ src/ Validator/ SandboxDatabaseUpdatesValidator.php, line 28
Class
- SandboxDatabaseUpdatesValidator
- Flags a warning if there are database updates in a staged update.
Namespace
Drupal\package_manager\ValidatorCode
public function __construct(private readonly PathLocator $pathLocator, private readonly ModuleExtensionList $moduleList, private readonly ThemeExtensionList $themeList) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.