public function DataProviderInterface::getResourcePath in RESTful 7.2
Get the resource path.
Return value
string The resource path.
3 methods override DataProviderInterface::getResourcePath()
- CacheDecoratedDataProvider::getResourcePath in src/
Plugin/ resource/ DataProvider/ CacheDecoratedDataProvider.php - Get the resource path.
- DataProvider::getResourcePath in src/
Plugin/ resource/ DataProvider/ DataProvider.php - Get the resource path.
- DataProviderDecorator::getResourcePath in src/
Plugin/ resource/ DataProvider/ DataProviderDecorator.php - Get the resource path.
File
- src/
Plugin/ resource/ DataProvider/ DataProviderInterface.php, line 193 - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderInterface.
Class
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function getResourcePath();