You are here

public function Developer::setAttribute in Apigee Edge 8

File

src/Entity/Developer.php, line 209

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setAttribute(string $name, string $value) : void {
  $this->decorated
    ->setAttribute($name, $value);
}