You are here

public function CacheDecoratedResource::enable in RESTful 7.2

Enable the resource.

Overrides ResourceDecoratorBase::enable

File

src/Plugin/resource/Decorators/CacheDecoratedResource.php, line 271
Contains \Drupal\restful\Plugin\resource\Decorators\CacheDecoratedResource

Class

CacheDecoratedResource

Namespace

Drupal\restful\Plugin\resource\Decorators

Code

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