You are here

namespace Drupal\xautoload\Adapter in X Autoload 7.4

Same name in other branches
  1. 7.5 Drupal\xautoload\Adapter
Classsort descending Location Description
ClassFinderAdapter lib/Adapter/ClassFinderAdapter.php An instance of this class is passed around to implementations of hook_xautoload(). It acts as a wrapper around the ClassFinder, to register stuff.
ClassFinderAdapterInterface lib/Adapter/ClassFinderAdapterInterface.php
DrupalExtensionAdapter lib/Adapter/DrupalExtensionAdapter.php Service that knows how to register module namespaces and prefixes into the class loader, and that remembers which modules have already been registered.
LocalDirectoryAdapter lib/Adapter/LocalDirectoryAdapter.php An instance of this class is passed around to implementations of hook_xautoload(). It acts as a wrapper around the ClassFinder, to register stuff.