You are here

public function IdpInterface::id in SAML Service Provider 8.2

Gets the identifier.

Return value

string|int|null The entity identifier, or NULL if the object does not yet have an identifier.

Overrides EntityInterface::id

File

src/IdpInterface.php, line 13

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function id();