public function ResourceDecoratorBase::getPluginId in RESTful 7.2
File
- src/
Plugin/ resource/ Decorators/ ResourceDecoratorBase.php, line 390 - Contains \Drupal\restful\Plugin\resource\Decorators\ResourceDecoratorBase.
Class
- ResourceDecoratorBase
- Class ResourceDecoratorBase.
Namespace
Drupal\restful\Plugin\resource\DecoratorsCode
public function getPluginId() {
return $this->subject
->getPluginId();
}