You are here

namespace Drupal\xautoload\Adapter in X Autoload 7.5

Same name in other branches
  1. 7.4 Drupal\xautoload\Adapter
Classsort descending Location Description
ClassFinderAdapter src/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 src/Adapter/ClassFinderAdapterInterface.php
DrupalExtensionAdapter src/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 src/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.