You are here

public function DataProviderNull::remove in RESTful 7.2

Delete operation.

Parameters

mixed $identifier: The ID of thing to be removed.

Overrides CrudInterface::remove

File

src/Plugin/resource/DataProvider/DataProviderNull.php, line 51
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderNull.

Class

DataProviderNull

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function remove($identifier) {
}