function UpdateKernel::loadLegacyIncludes

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);
}

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