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