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