You are here

protected property DrupalExtensionAdapter::$namespaceBehaviors in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/Adapter/DrupalExtensionAdapter.php \Drupal\xautoload\Adapter\DrupalExtensionAdapter::namespaceBehaviors

One finder plugin for each extension type ('module', 'theme').

Type: DrupalExtensionNamespaceFinderPlugin[]

File

src/Adapter/DrupalExtensionAdapter.php, line 32

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

protected $namespaceBehaviors = array();