You are here

protected property Updater::$warningCount in Update helper 2.x

Same name and namespace in other branches
  1. 8 src/Updater.php \Drupal\update_helper\Updater::warningCount

Keeps the record of total warnings occurred during update execution.

Type: int

File

src/Updater.php, line 99

Class

Updater
Helper class to update configuration.

Namespace

Drupal\update_helper

Code

protected $warningCount = 0;