function DirectWritePreconditionBypass::getLeaves
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/DirectWritePreconditionBypass.php \Drupal\package_manager\DirectWritePreconditionBypass::getLeaves()
File
-
core/
modules/ package_manager/ src/ DirectWritePreconditionBypass.php, line 95
Class
- DirectWritePreconditionBypass
- Allows certain Composer Stager preconditions to be bypassed.
Namespace
Drupal\package_managerCode
public function getLeaves() : array {
return [
$this,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.