function BackwardsCompatibilityClassLoader::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php \Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader::__construct()

File

core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php, line 12

Class

BackwardsCompatibilityClassLoader
Adds backwards compatibility support for deprecated classes.

Namespace

Drupal\Core\ClassLoader

Code

public function __construct(protected array $movedClasses) {
}

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