function ProcessOutputCallback::reset
Resets buffers.
Return value
self
File
-
core/
modules/ package_manager/ src/ ProcessOutputCallback.php, line 120
Class
- ProcessOutputCallback
- A process callback for capturing output.
Namespace
Drupal\package_managerCode
public function reset() : self {
$this->clearErrorOutput();
$this->clearOutput();
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.