You are here

facetapi_pretty_paths_base_path_provider.inc in Facet API Pretty Paths 7

Base path provider interface.

File

plugins/base_path_provider/facetapi_pretty_paths_base_path_provider.inc
View source
<?php

/**
 * @file
 * Base path provider interface.
 */

/**
 * Default FacetApiPrettyPathsBasePathProvider.
 */
interface FacetApiPrettyPathsBasePathProvider {

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

}

Interfaces

Namesort descending Description
FacetApiPrettyPathsBasePathProvider Default FacetApiPrettyPathsBasePathProvider.