public function EdgeEntityBase::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.
Overrides EdgeEntityInterface::decorated
File
- src/
Entity/ EdgeEntityBase.php, line 136
Class
- EdgeEntityBase
- Base class for Apigee Edge entities in Drupal.
Namespace
Drupal\apigee_edge\EntityCode
public function decorated() : EntityInterface {
return $this->decorated;
}