You are here

public function ApiProduct::getName in Apigee Edge 8

1 call to ApiProduct::getName()
ApiProduct::drupalEntityId in src/Entity/ApiProduct.php
Return the entity id used in Drupal.

File

src/Entity/ApiProduct.php, line 301

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

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