You are here

public function DeveloperApp::id in Apigee Edge 8

We have to override this.

This is how we could make it compatible with the SDK's entity interface that has return type hint.

Overrides EdgeEntityBase::id

File

src/Entity/DeveloperApp.php, line 142

Class

DeveloperApp
Defines the Developer app entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function id() : ?string {
  return parent::id();
}