public function EdgeEntityControllerInterface::update in Apigee Edge 8
Updates an entity in Apigee Edge.
Applies incoming values from Apigee Edge in $entity.
Parameters
\Apigee\Edge\Entity\EntityInterface $entity: The update entity.
4 methods override EdgeEntityControllerInterface::update()
- CachedManagementApiEdgeEntityControllerProxy::update in src/
Entity/ Controller/ CachedManagementApiEdgeEntityControllerProxy.php - Updates an entity in Apigee Edge.
- DeveloperAppEdgeEntityControllerProxy::update in src/
Entity/ Controller/ DeveloperAppEdgeEntityControllerProxy.php - Updates an entity in Apigee Edge.
- ManagementApiEdgeEntityControllerProxy::update in src/
Entity/ Controller/ ManagementApiEdgeEntityControllerProxy.php - Updates an entity in Apigee Edge.
- TeamAppEdgeEntityControllerProxy::update in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppEdgeEntityControllerProxy.php - Updates an entity in Apigee Edge.
File
- src/
Entity/ Controller/ EdgeEntityControllerInterface.php, line 71
Class
- EdgeEntityControllerInterface
- Provides a unified way for making CRUDL APIs calls to Apigee Edge.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function update(EntityInterface $entity) : void;