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