You are here

public function Developer::getEmail in Apigee Edge 8

3 calls to Developer::getEmail()
Developer::getCompanies in src/Entity/Developer.php
Developer::getOwnerId in src/Entity/Developer.php
Returns the entity owner's user ID.
Developer::setOwnerId in src/Entity/Developer.php
Sets the entity owner's user ID.

File

src/Entity/Developer.php, line 358

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

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