function FileProcessOutputCallback::getErrorOutput

File

core/modules/package_manager/src/FileProcessOutputCallback.php, line 54

Class

FileProcessOutputCallback
Logs process output to a file.

Namespace

Drupal\package_manager

Code

public function getErrorOutput() : array {
    return $this->decorated?->getErrorOutput() ?? [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.