You are here

interface FinderPluginInterface in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/ClassFinder/Plugin/FinderPluginInterface.php \Drupal\xautoload\ClassFinder\Plugin\FinderPluginInterface

X Autoload plugins are for:

  • More exotic autoload patterns that are incompatible with PSR-0 or PEAR
  • Situations where we don't want to register a ton of namespaces, and using a plugin instead gives us performance benefits.

Hierarchy

Expanded class hierarchy of FinderPluginInterface

All classes that implement FinderPluginInterface

File

lib/ClassFinder/Plugin/FinderPluginInterface.php, line 15

Namespace

Drupal\xautoload\ClassFinder\Plugin
View source
interface FinderPluginInterface extends xautoload_FinderPlugin_Interface {

}

Members

Namesort descending Modifiers Type Description Overrides
xautoload_FinderPlugin_Interface::findFile function Find the file for a class that in PSR-0 or PEAR would be in $psr_0_root . '/' . $path_fragment . $path_suffix 3