function InstalledPackagesList::append
File
-
core/
modules/ package_manager/ src/ InstalledPackagesList.php, line 23
Class
- InstalledPackagesList
- Defines a class to list installed Composer packages.
Namespace
Drupal\package_managerCode
public function append(mixed $value) : never {
throw new \LogicException('Installed package lists cannot be modified.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.