public function DataProviderDecorator::getCacheFragments in RESTful 7.2
Gets the entity context.
Parameters
mixed $identifier: The ID.
Overrides DataProviderInterface::getCacheFragments
File
- src/
Plugin/ resource/ DataProvider/ DataProviderDecorator.php, line 105 - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDecorator.
Class
Namespace
Drupal\restful\Plugin\resource\DataProviderCode
public function getCacheFragments($identifier) {
$this->decorated
->getCacheFragments($identifier);
}