Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewsConfigUpdater.php

function ViewsConfigUpdater::setDeprecationsEnabled

Sets the deprecations enabling status.

Parameters

bool $enabled: Whether deprecations should be enabled.

File

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

Class

ViewsConfigUpdater
Provides a BC layer for modules providing old configurations.

Namespace

Drupal\views

Code

public function setDeprecationsEnabled($enabled) {
    $this->deprecationsEnabled = $enabled;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal