You are here

public function RestfulBase::update in RESTful 7

3 methods override RestfulBase::update()
RestfulDataProviderDbQuery::update in plugins/restful/RestfulDataProviderDbQuery.php
Update an item based on the request object.
RestfulDataProviderEFQ::update in plugins/restful/RestfulDataProviderEFQ.php
Update an item based on the request object.
RestfulDataProviderVariable::update in plugins/restful/RestfulDataProviderVariable.php
Alias for $this->variableSet().

File

plugins/restful/RestfulBase.php, line 1696
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

public function update($ids, $full_replace = FALSE) {
  $this
    ->notImplementedCrudOperation(__FUNCTION__);
}