You are here

public function CacheDecoratedResource::disable in RESTful 7.2

Disable the resource.

Overrides ResourceDecoratorBase::disable

File

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

Class

CacheDecoratedResource

Namespace

Drupal\restful\Plugin\resource\Decorators

Code

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