function ProcessOutputCallback::getErrorOutput
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/ProcessOutputCallback.php \Drupal\package_manager\ProcessOutputCallback::getErrorOutput()
Gets the error output.
Return value
array The error output buffer.
1 call to ProcessOutputCallback::getErrorOutput()
- ProcessOutputCallback::getOutput in core/
modules/ package_manager/ src/ ProcessOutputCallback.php - Gets the output.
File
-
core/
modules/ package_manager/ src/ ProcessOutputCallback.php, line 97
Class
- ProcessOutputCallback
- A process callback for capturing output.
Namespace
Drupal\package_managerCode
public function getErrorOutput() : array {
return $this->errorBuffer;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.