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