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