You are here

namespace Drupal\xautoload\ClassFinder in X Autoload 7.5

Same name in other branches
  1. 7.4 Drupal\xautoload\ClassFinder
Classsort descending Location Description
ClassFinder src/ClassFinder/ClassFinder.php
ClassFinderInterface src/ClassFinder/ClassFinderInterface.php
CommonRegistrationInterface src/ClassFinder/CommonRegistrationInterface.php Class finder interface with additional registration methods.
ExtendedClassFinderInterface src/ClassFinder/ExtendedClassFinderInterface.php Class finder interface with additional registration methods.
GenericPrefixMap src/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 src/ClassFinder/ProxyClassFinder.php A placeholder class finder. Used to postpone expensive operations until they are actually needed.