You are here

public function App::getDisplayName in Apigee Edge 8

File

src/Entity/App.php, line 172

Class

App
Base class for App Drupal entities.

Namespace

Drupal\apigee_edge\Entity

Code

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