You are here

function xautoload_Plugin_DrupalExtensionLibPrefixDeep::__construct in X Autoload 7.2

Parameters

xautoload_DrupalExtensionSystem $system: Abstraction of Drupal's extension system.

File

lib/Plugin/DrupalExtensionLibPrefixDeep.php, line 12

Class

xautoload_Plugin_DrupalExtensionLibPrefixDeep

Code

function __construct($system) {
  $this->system = $system;
}