You are here

interface ClassMapGeneratorInterface in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/Discovery/ClassMapGeneratorInterface.php \Drupal\xautoload\Discovery\ClassMapGeneratorInterface

Hierarchy

Expanded class hierarchy of ClassMapGeneratorInterface

All classes that implement ClassMapGeneratorInterface

2 files declare their use of ClassMapGeneratorInterface
ClassFinderAdapter.php in lib/Adapter/ClassFinderAdapter.php
ServiceContainerInterface.php in lib/DIC/ServiceContainerInterface.php

File

lib/Discovery/ClassMapGeneratorInterface.php, line 6

Namespace

Drupal\xautoload\Discovery
View source
interface ClassMapGeneratorInterface {

  /**
   * @param string[] $paths
   *
   * @return string[]
   */
  function wildcardPathsToClassmap($paths);

}

Members