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