You are here

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

DataProviderDecorator

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function getCacheFragments($identifier) {
  $this->decorated
    ->getCacheFragments($identifier);
}