You are here

FinderPluginInterface.php in X Autoload 7.4

File

lib/ClassFinder/Plugin/FinderPluginInterface.php
View source
<?php

namespace Drupal\xautoload\ClassFinder\Plugin;

use Drupal\xautoload\ClassFinder\InjectedApi\InjectedApiInterface;
use xautoload_FinderPlugin_Interface;

/**
 * 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.
 */
interface FinderPluginInterface extends xautoload_FinderPlugin_Interface {

}

Interfaces

Namesort descending Description
FinderPluginInterface X Autoload plugins are for: