By acbramley on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
Drupal\views\ViewsConfigUpdater is now a service to properly persist the $deprecationsEnabled property.
Before:
\Drupal::classResolver('Drupal\views\ViewsConfigUpdater');
After:
\Drupal::service('Drupal\views\ViewsConfigUpdater');
Impacts:
Module developers