public function CachedManagementApiEdgeEntityControllerProxy::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.
Overrides EdgeEntityControllerInterface::create
File
- src/
Entity/ Controller/ CachedManagementApiEdgeEntityControllerProxy.php, line 62
Class
- CachedManagementApiEdgeEntityControllerProxy
- Management API specific cached entity controller implementation.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function create(EntityInterface $entity) : void {
$this->proxiedController
->create($entity);
}