You are here

protected function App::drupalEntityId in Apigee Edge 8

Return the entity id used in Drupal.

Return value

null|string Null if the entity is new.

Overrides EdgeEntityBase::drupalEntityId

File

src/Entity/App.php, line 273

Class

App
Base class for App Drupal entities.

Namespace

Drupal\apigee_edge\Entity

Code

protected function drupalEntityId() : ?string {
  return $this->decorated
    ->getAppId();
}