ViewsConfigUpdater::$triggeredDeprecations

Same name and namespace in other branches
  1. 11.x core/modules/views/src/ViewsConfigUpdater.php \Drupal\views\ViewsConfigUpdater::triggeredDeprecations
  2. 10 core/modules/views/src/ViewsConfigUpdater.php \Drupal\views\ViewsConfigUpdater::triggeredDeprecations
  3. 9 core/modules/views/src/ViewsConfigUpdater.php \Drupal\views\ViewsConfigUpdater::triggeredDeprecations

Stores which deprecations were triggered.

Type: triggeredDeprecations

File

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

Class

ViewsConfigUpdater
Provides a BC layer for modules providing old configurations.

Namespace

Drupal\views

Code

protected array $triggeredDeprecations = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.