You are here

public function CacheDecoratedDataProvider::getResourcePath in RESTful 7.2

Get the resource path.

Return value

string The resource path.

Overrides DataProviderInterface::getResourcePath

File

src/Plugin/resource/DataProvider/CacheDecoratedDataProvider.php, line 261
Contains \Drupal\restful\Plugin\resource\DataProvider\CacheDecoratedDataProvider.

Class

CacheDecoratedDataProvider
Class CacheDecoratedDataProvider.

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getResourcePath() {
  return $this->subject
    ->getResourcePath();
}