You are here

public function ResourceInterface::remove in RESTful 7.2

Basic implementation for update.

Parameters

string $path: The resource path.

2 methods override ResourceInterface::remove()
Resource::remove in src/Plugin/resource/Resource.php
Basic implementation for update.
ResourceDecoratorBase::remove in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Basic implementation for update.

File

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

Class

ResourceInterface
Interface ResourceInterface.

Namespace

Drupal\restful\Plugin\resource

Code

public function remove($path);