You are here

protected property DrupalExtensionAdapter::$finder in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/Adapter/DrupalExtensionAdapter.php \Drupal\xautoload\Adapter\DrupalExtensionAdapter::finder

Type: ExtendedClassFinderInterface

File

lib/Adapter/DrupalExtensionAdapter.php, line 25

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 $finder;