You are here

public function EdgeEntityInterface::uniqueIds in Apigee Edge 8

List of unique ids how an entity can be referenced in Apigee Edge.

It must return the values of the properties returned by idProperties().

Return value

string[] Array of unique ids on the entity.

See also

\Drupal\apigee_edge\Entity\EdgeEntityInterface::uniqueIdProperties()

1 method overrides EdgeEntityInterface::uniqueIds()
EdgeEntityBase::uniqueIds in src/Entity/EdgeEntityBase.php
List of unique ids how an entity can be referenced in Apigee Edge.

File

src/Entity/EdgeEntityInterface.php, line 68

Class

EdgeEntityInterface
Interface EdgeEntityInterface.

Namespace

Drupal\apigee_edge\Entity

Code

public function uniqueIds() : array;