You are here

public function Team::getAttributes in Apigee Edge 8

File

modules/apigee_edge_teams/src/Entity/Team.php, line 139

Class

Team
Defines the Team entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

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