Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResourceIdentifierTrait.php

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();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal