You are here

public function Developer::id in Apigee Edge 8

We have to override this to make it compatible with the SDK's entity interface that has return type hint.

Overrides EdgeEntityBase::id

File

src/Entity/Developer.php, line 148

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

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