You are here

function xautoload_get_finder in X Autoload 7.3

Same name and namespace in other branches
  1. 7.5 xautoload.early.lib.inc \xautoload_get_finder()
  2. 7.2 xautoload.module \xautoload_get_finder()
  3. 7.4 xautoload.early.lib.inc \xautoload_get_finder()

Get the class finder object. This is the public version of _xautoload_finder().

Return value

xautoload_ClassFinder_Interface

File

./xautoload.early.inc, line 26

Code

function xautoload_get_finder() {

  // Get it from the registry.
  return xautoload('classFinder');
}