You are here

abstract public function RestfulDataProviderEFQ::deleteEntity in RESTful 7

Delete an entity using DELETE.

No result is returned, just the HTTP header is set to 204.

Parameters

$id: The ID to load the entity.

1 call to RestfulDataProviderEFQ::deleteEntity()
RestfulDataProviderEFQ::remove in plugins/restful/RestfulDataProviderEFQ.php
Remove the item from the data source.
1 method overrides RestfulDataProviderEFQ::deleteEntity()
RestfulEntityBase::deleteEntity in plugins/restful/RestfulEntityBase.php
Delete an entity using DELETE.

File

plugins/restful/RestfulDataProviderEFQ.php, line 463
Contains \RestfulDataProviderEFQ

Class

RestfulDataProviderEFQ
@file Contains \RestfulDataProviderEFQ

Code

public abstract function deleteEntity($id);