function FileProcessOutputCallback::clearErrorOutput

File

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

Class

FileProcessOutputCallback
Logs process output to a file.

Namespace

Drupal\package_manager

Code

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.