You are here

public function App::getAttributeValue in Apigee Edge 8

File

src/Entity/App.php, line 88

Class

App
Base class for App Drupal entities.

Namespace

Drupal\apigee_edge\Entity

Code

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