You are here

public function DrupalCoreRegistryRegistrator::welcomeNewExtension in X Autoload 7.5

React to new extensions that were just enabled.

Parameters

string $name:

string $type:

Overrides PhaseObserverInterface::welcomeNewExtension

File

src/Phases/DrupalCoreRegistryRegistrator.php, line 44

Class

DrupalCoreRegistryRegistrator

Namespace

Drupal\xautoload\Phases

Code

public function welcomeNewExtension($name, $type) {

  // Nothing.
}