protected function Developer::drupalEntityId in Apigee Edge 8
Return the entity id used in Drupal.
Return value
null|string Null if the entity is new.
Overrides EdgeEntityBase::drupalEntityId
File
- src/
Entity/ Developer.php, line 174
Class
- Developer
- Defines the Developer entity class.
Namespace
Drupal\apigee_edge\EntityCode
protected function drupalEntityId() : ?string {
return $this->originalEmail;
}