You are here

public function ResourceDecoratorBase::setConfiguration in RESTful 7.2

File

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

Class

ResourceDecoratorBase
Class ResourceDecoratorBase.

Namespace

Drupal\restful\Plugin\resource\Decorators

Code

public function setConfiguration(array $configuration) {
  $this->subject
    ->setConfiguration($configuration);
}