public function CacheDecoratedResource::getPluginDefinition in RESTful 7.2
This is a decorated resource, get proxy the call until you reach the annotated resource.
Overrides ResourceDecoratorBase::getPluginDefinition
2 calls to CacheDecoratedResource::getPluginDefinition()
- CacheDecoratedResource::dataProviderFactory in src/
Plugin/ resource/ Decorators/ CacheDecoratedResource.php - Data provider factory.
- CacheDecoratedResource::defaultCacheInfo in src/
Plugin/ resource/ Decorators/ CacheDecoratedResource.php - Gets the default cache info.
File
- src/
Plugin/ resource/ Decorators/ CacheDecoratedResource.php, line 264 - Contains \Drupal\restful\Plugin\resource\Decorators\CacheDecoratedResource
Class
Namespace
Drupal\restful\Plugin\resource\DecoratorsCode
public function getPluginDefinition() {
return $this->subject
->getPluginDefinition();
}