You are here

public function DataProviderInterface::canonicalPath in RESTful 7.2

Generates the canonical path for a given path.

Parameters

string $path: The aliased path.

Return value

string The canonical path.

3 methods override DataProviderInterface::canonicalPath()
CacheDecoratedDataProvider::canonicalPath in src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php
Generates the canonical path for a given path.
DataProvider::canonicalPath in src/Plugin/resource/DataProvider/DataProvider.php
Generates the canonical path for a given path.
DataProviderDecorator::canonicalPath in src/Plugin/resource/DataProvider/DataProviderDecorator.php
Generates the canonical path for a given path.

File

src/Plugin/resource/DataProvider/DataProviderInterface.php, line 150
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderInterface.

Class

DataProviderInterface

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function canonicalPath($path);