You are here

public function UpdateKernel::loadLegacyIncludes in Drupal 8

Helper method that loads legacy Drupal include files.

Overrides DrupalKernel::loadLegacyIncludes

File

core/lib/Drupal/Core/Update/UpdateKernel.php, line 197

Class

UpdateKernel
Defines a kernel which is used primarily to run the update of Drupal.

Namespace

Drupal\Core\Update

Code

public function loadLegacyIncludes() {
  parent::loadLegacyIncludes();
  static::fixSerializedExtensionObjects($this->container);
}