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