You are here

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

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

Count of warnings occurred during update execution.

Type: int

File

src/Events/ConfigurationUpdateEvent.php, line 33

Class

ConfigurationUpdateEvent
Event for configuration update execution.

Namespace

Drupal\update_helper\Events

Code

protected $warningCount;