You are here

public function Team::getAttributeValue in Apigee Edge 8

File

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

Class

Team
Defines the Team entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function getAttributeValue(string $attribute) : ?string {
  return $this->decorated
    ->getAttributeValue($attribute);
}