public function MissingProjectInfo::__construct in Automatic Updates 8
MissingProjectInfo constructor.
Parameters
\Drupal\Core\Extension\ExtensionList $modules: The module extension list.
\Drupal\Core\Extension\ExtensionList $profiles: The profile extension list.
\Drupal\Core\Extension\ExtensionList $themes: The theme extension list.
File
- src/
ReadinessChecker/ MissingProjectInfo.php, line 49
Class
- MissingProjectInfo
- Missing project info checker.
Namespace
Drupal\automatic_updates\ReadinessCheckerCode
public function __construct(ExtensionList $modules, ExtensionList $profiles, ExtensionList $themes) {
$this->modules = $modules;
$this->profiles = $profiles;
$this->themes = $themes;
}