You are here

interface FacetApiPrettyPathsBasePathProvider in Facet API Pretty Paths 7

Default FacetApiPrettyPathsBasePathProvider.

Hierarchy

Expanded class hierarchy of FacetApiPrettyPathsBasePathProvider

All classes that implement FacetApiPrettyPathsBasePathProvider

File

plugins/base_path_provider/facetapi_pretty_paths_base_path_provider.inc, line 11
Base path provider interface.

View source
interface FacetApiPrettyPathsBasePathProvider {

  /**
   * @param FacetapiUrlProcessorPrettyPaths $urlProcessor
   * @return base path.
   */
  public function getBasePath(FacetapiUrlProcessorPrettyPaths $urlProcessor);

}

Members