public function ResourceInterface::update in RESTful 7.2
Basic implementation for update.
Parameters
string $path: The resource path.
Return value
array An array of structured data for the thing that was updated.
2 methods override ResourceInterface::update()
- Resource::update in src/
Plugin/ resource/ Resource.php - Basic implementation for update.
- ResourceDecoratorBase::update in src/
Plugin/ resource/ Decorators/ ResourceDecoratorBase.php - Basic implementation for update.
File
- src/
Plugin/ resource/ ResourceInterface.php, line 244 - Contains \Drupal\restful\Plugin\resource\ResourceInterface.
Class
- ResourceInterface
- Interface ResourceInterface.
Namespace
Drupal\restful\Plugin\resourceCode
public function update($path);