You are here

ClassMapGeneratorInterface.php in X Autoload 7.4

File

lib/Discovery/ClassMapGeneratorInterface.php
View source
<?php

namespace Drupal\xautoload\Discovery;

interface ClassMapGeneratorInterface {

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

}

Interfaces