function ViewsConfigUpdater::areDeprecationsEnabled
Same name and namespace in other branches
- 11.x core/modules/views/src/ViewsConfigUpdater.php \Drupal\views\ViewsConfigUpdater::areDeprecationsEnabled()
Whether deprecations are enabled.
File
-
core/
modules/ views/ src/ ViewsConfigUpdater.php, line 56
Class
- ViewsConfigUpdater
- Provides a BC layer for modules providing old configurations.
Namespace
Drupal\viewsCode
public function areDeprecationsEnabled() : bool {
return $this->deprecationsEnabled;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.