function ResourceIdentifier::getId
Gets the ResourceIdentifier's ID.
Return value
string The ID.
Overrides ResourceIdentifierInterface::getId
1 call to ResourceIdentifier::getId()
- ResourceIdentifier::withArity in core/
modules/ jsonapi/ src/ JsonApiResource/ ResourceIdentifier.php  - Returns a copy of the given ResourceIdentifier with the given arity.
 
File
- 
              core/
modules/ jsonapi/ src/ JsonApiResource/ ResourceIdentifier.php, line 119  
Class
- ResourceIdentifier
 - Represents a JSON:API resource identifier object.
 
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function getId() {
  return $this->id;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.