You are here

public function Team::setAttributes in Apigee Edge 8

File

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

Class

Team
Defines the Team entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function setAttributes(AttributesProperty $attributes) : void {
  $this->decorated
    ->setAttributes($attributes);
}