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.incView source
<?php
/**
* @file
* Base path provider interface.
*/
/**
* Default FacetApiPrettyPathsBasePathProvider.
*/
interface FacetApiPrettyPathsBasePathProvider {
/**
* @param FacetapiUrlProcessorPrettyPaths $urlProcessor
* @return base path.
*/
public function getBasePath(FacetapiUrlProcessorPrettyPaths $urlProcessor);
}
Interfaces
Name![]() |
Description |
---|---|
FacetApiPrettyPathsBasePathProvider | Default FacetApiPrettyPathsBasePathProvider. |