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
Namespace
Drupal\restful\Plugin\resource\DecoratorsCode
public function enable() {
$this->subject
->enable();
}