You are here

public function Developer::setFirstName in Apigee Edge 8

File

src/Entity/Developer.php, line 382

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setFirstName(string $first_name) : void {
  $this->decorated
    ->setFirstName($first_name);
}