You are here

protected property ViewsConfigUpdater::$triggeredDeprecations in Drupal 9

Stores which deprecations were triggered.

Type: bool

File

core/modules/views/src/ViewsConfigUpdater.php, line 72

Class

ViewsConfigUpdater
Provides a BC layer for modules providing old configurations.

Namespace

Drupal\views

Code

protected $triggeredDeprecations = [];