You are here

public function ResourceFieldEntity::id in RESTful 7.2

Gets the ID of the resource field.

Return value

string The ID.

Overrides ResourceFieldInterface::id

File

src/Plugin/resource/Field/ResourceFieldEntity.php, line 1046
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

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