function ViewsConfigUpdater::areDeprecationsEnabled

Whether deprecations are enabled.

2 calls to ViewsConfigUpdater::areDeprecationsEnabled()
ViewsConfigUpdater::processEntityArgumentUpdate in core/modules/views/src/ViewsConfigUpdater.php
Processes arguments and convert 'numeric' to 'entity_target_id' if needed.
ViewsConfigUpdater::processTableCssClassUpdate in core/modules/views/src/ViewsConfigUpdater.php
Processes views and adds default CSS table class value if necessary.

File

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

Class

ViewsConfigUpdater
Provides a BC layer for modules providing old configurations.

Namespace

Drupal\views

Code

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.