public function EdgeEntityInterface::decorated in Apigee Edge 8
Returns the decorated SDK entity.
THIS IS AN INTERNAL METHOD! You should not do modifications on the decorated entity object, you should use the decorators for this. This method only exists because entity storages uses it.
@internal
Return value
\Apigee\Edge\Entity\EntityInterface The decorated SDK entity.
1 method overrides EdgeEntityInterface::decorated()
- EdgeEntityBase::decorated in src/
Entity/ EdgeEntityBase.php - Returns the decorated SDK entity.
File
- src/
Entity/ EdgeEntityInterface.php, line 82
Class
- EdgeEntityInterface
- Interface EdgeEntityInterface.
Namespace
Drupal\apigee_edge\EntityCode
public function decorated() : SdkEntityInterface;