You are here

function xautoload_get_finder in X Autoload 7.5

Same name and namespace in other branches
  1. 7.2 xautoload.module \xautoload_get_finder()
  2. 7.3 xautoload.early.inc \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

ClassFinderInterface

File

./xautoload.early.lib.inc, line 28

Code

function xautoload_get_finder() {

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