You are here

public function PhaseObserverInterface::welcomeNewExtension in X Autoload 7.5

React to new extensions that were just enabled.

Parameters

string $name:

string $type:

5 methods override PhaseObserverInterface::welcomeNewExtension()
DrupalCoreRegistryRegistrator::welcomeNewExtension in src/Phases/DrupalCoreRegistryRegistrator.php
React to new extensions that were just enabled.
ExtensionNamespaces::welcomeNewExtension in src/Phases/ExtensionNamespaces.php
React to new extensions that were just enabled.
HookXautoload::welcomeNewExtension in src/Phases/HookXautoload.php
New extensions were enabled/installed.
HookXautoloadEarly::welcomeNewExtension in src/Phases/HookXautoloadEarly.php
New extensions were enabled/installed.
LibrariesOnInit::welcomeNewExtension in src/Libraries/LibrariesOnInit.php
React to new extensions that were just enabled.

File

src/Phases/PhaseObserverInterface.php, line 54

Class

PhaseObserverInterface
Observes switching into specific "phases" of a Drupal process.

Namespace

Drupal\xautoload\Phases

Code

public function welcomeNewExtension($name, $type);