You are here

public function ResourceDecoratorInterface::getDecoratedResource in RESTful 7.2

Gets the decorated resource.

Return value

ResourceInterface The underlying resource.

1 method overrides ResourceDecoratorInterface::getDecoratedResource()
ResourceDecoratorBase::getDecoratedResource in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Gets the decorated resource.

File

src/Plugin/resource/Decorators/ResourceDecoratorInterface.php, line 21
Contains \Drupal\restful\Plugin\resource\Decorators\ResourceDecoratorInterface.

Class

ResourceDecoratorInterface

Namespace

Drupal\restful\Plugin\resource\Decorators

Code

public function getDecoratedResource();