You are here

interface FinderOperationInterface in X Autoload 7.4

Hierarchy

Expanded class hierarchy of FinderOperationInterface

All classes that implement FinderOperationInterface

3 files declare their use of FinderOperationInterface
BootPhase.php in tests/lib/FinderOperation/BootPhase.php
MainPhase.php in tests/lib/FinderOperation/MainPhase.php
ProxyClassFinder.php in lib/ClassFinder/ProxyClassFinder.php

File

lib/FinderOperation/FinderOperationInterface.php, line 8

Namespace

Drupal\xautoload\FinderOperation
View source
interface FinderOperationInterface {

  /**
   * @param ExtendedClassFinderInterface $finder
   * @param DrupalExtensionAdapter $helper
   */
  function operateOnFinder($finder, $helper);

}

Members