You are here

namespace Drupal\xautoload\ClassFinder in X Autoload 7.4

Same name in other branches
  1. 7.5 Drupal\xautoload\ClassFinder
Classsort descending Location Description
ClassFinder lib/ClassFinder/ClassFinder.php
ClassFinderInterface lib/ClassFinder/ClassFinderInterface.php
CommonRegistrationInterface lib/ClassFinder/CommonRegistrationInterface.php Class finder interface with additional registration methods.
ExtendedClassFinderInterface lib/ClassFinder/ExtendedClassFinderInterface.php Class finder interface with additional registration methods.
GenericPrefixMap lib/ClassFinder/GenericPrefixMap.php Helper class for the class finder. This is not part of ClassFinder, because we want to use the same logic for namespaces (PSR-0) and prefixes (PEAR).
ProxyClassFinder lib/ClassFinder/ProxyClassFinder.php A placeholder class finder. Used to postpone expensive operations until they are actually needed.