function ProcessOutputCallback::clearErrorOutput
1 call to ProcessOutputCallback::clearErrorOutput()
- ProcessOutputCallback::reset in core/
modules/ package_manager/ src/ ProcessOutputCallback.php - Resets buffers.
File
-
core/
modules/ package_manager/ src/ ProcessOutputCallback.php, line 104
Class
- ProcessOutputCallback
- A process callback for capturing output.
Namespace
Drupal\package_managerCode
public function clearErrorOutput() : void {
$this->errorBuffer = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.