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