public function App::getCreatedBy in Apigee Edge 8
File
- src/
Entity/ App.php, line 116
Class
- App
- Base class for App Drupal entities.
Namespace
Drupal\apigee_edge\EntityCode
public function getCreatedBy() : ?string {
return method_exists($this->decorated, 'getCreatedBy') ? $this->decorated
->getCreatedBy() : '';
}