You are here

public function ApiProduct::getAttributeValue in Apigee Edge 8

File

src/Entity/ApiProduct.php, line 203

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function getAttributeValue(string $attribute) : ?string {
  return $this->decorated
    ->getAttributeValue($attribute);
}