You are here

function xautoload_ServiceFactory::drupalPrefixPlugin in X Autoload 7.2

File

lib/ServiceFactory.php, line 60

Class

xautoload_ServiceFactory

Code

function drupalPrefixPlugin($registry) {
  $system = $registry->drupalExtensionSystem;
  return new xautoload_Plugin_DrupalExtensionLibPrefixDeep($system);
}