function ResourceIdentifierTrait::getId

File

core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierTrait.php, line 35

Class

ResourceIdentifierTrait
Used to associate an object like an exception to a particular resource.

Namespace

Drupal\jsonapi\JsonApiResource

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.