You are here

protected property UpdateLogger::$cliOutput in Update helper 8

Same name and namespace in other branches
  1. 2.x src/UpdateLogger.php \Drupal\update_helper\UpdateLogger::cliOutput

The console output.

Type: string

File

src/UpdateLogger.php, line 40

Class

UpdateLogger
Helper service for logging in update hooks provided by update helper.

Namespace

Drupal\update_helper

Code

protected $cliOutput = 'php://stderr';