You are here

public function ResourceIdentifier::getId in JSON:API 8.2

Gets the ResourceIdentifier's ID.

Return value

string The ID.

Overrides ResourceIdentifierInterface::getId

1 call to ResourceIdentifier::getId()
ResourceIdentifier::withArity in src/JsonApiResource/ResourceIdentifier.php
Returns a copy of the given ResourceIdentifier with the given arity.

File

src/JsonApiResource/ResourceIdentifier.php, line 119

Class

ResourceIdentifier
Represents a JSON:API resource identifier object.

Namespace

Drupal\jsonapi\JsonApiResource

Code

public function getId() {
  return $this->id;
}