You are here

public function Developer::getAttributes in Apigee Edge 8

File

src/Entity/Developer.php, line 188

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function getAttributes() : AttributesProperty {
  return $this->decorated
    ->getAttributes();
}