You are here

public function ResourceDecoratorBase::getConfiguration in RESTful 7.2

File

src/Plugin/resource/Decorators/ResourceDecoratorBase.php, line 226
Contains \Drupal\restful\Plugin\resource\Decorators\ResourceDecoratorBase.

Class

ResourceDecoratorBase
Class ResourceDecoratorBase.

Namespace

Drupal\restful\Plugin\resource\Decorators

Code

public function getConfiguration() {
  return $this->subject
    ->getConfiguration();
}