public function Developer::getFirstName in Apigee Edge 8
File
- src/
Entity/ Developer.php, line 375
Class
- Developer
- Defines the Developer entity class.
Namespace
Drupal\apigee_edge\EntityCode
public function getFirstName() : ?string {
return $this->decorated
->getFirstName();
}