You are here

public function ResourceInterface::disable in RESTful 7.2

Disable the resource.

2 methods override ResourceInterface::disable()
Resource::disable in src/Plugin/resource/Resource.php
Disable the resource.
ResourceDecoratorBase::disable in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Disable the resource.

File

src/Plugin/resource/ResourceInterface.php, line 330
Contains \Drupal\restful\Plugin\resource\ResourceInterface.

Class

ResourceInterface
Interface ResourceInterface.

Namespace

Drupal\restful\Plugin\resource

Code

public function disable();