You are here

function DrupalExtensionAdapter::registerActiveExtensions in X Autoload 7.4

File

lib/Adapter/DrupalExtensionAdapter.php, line 95

Class

DrupalExtensionAdapter
Service that knows how to register module namespaces and prefixes into the class loader, and that remembers which modules have already been registered.

Namespace

Drupal\xautoload\Adapter

Code

function registerActiveExtensions() {
  $this
    ->registerExtensions($this->system
    ->getActiveExtensions());
}