You are here

abstract protected function RestfulDataProviderEFQ::updateEntity in RESTful 7

Update an entity.

Parameters

$id: The ID to load the entity.

bool $null_missing_fields: Determine if properties that are missing form the request array should be treated as NULL, or should be skipped. Defaults to FALSE, which will skip missing the fields to NULL.

Return value

array Array with the output of the new entity, passed to RestfulEntityInterface::viewEntity().

1 call to RestfulDataProviderEFQ::updateEntity()
RestfulDataProviderEFQ::update in plugins/restful/RestfulDataProviderEFQ.php
Update an item based on the request object.
1 method overrides RestfulDataProviderEFQ::updateEntity()
RestfulEntityBase::updateEntity in plugins/restful/RestfulEntityBase.php
Update an entity.

File

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

Class

RestfulDataProviderEFQ
@file Contains \RestfulDataProviderEFQ

Code

protected abstract function updateEntity($id, $null_missing_fields = FALSE);