function FileProcessOutputCallback::clearErrorOutput
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/FileProcessOutputCallback.php \Drupal\package_manager\FileProcessOutputCallback::clearErrorOutput()
File
-
core/
modules/ package_manager/ src/ FileProcessOutputCallback.php, line 40
Class
- FileProcessOutputCallback
- Logs process output to a file.
Namespace
Drupal\package_managerCode
public function clearErrorOutput() : void {
$this->decorated?->clearErrorOutput();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.