You are here

public function ResourceFieldInterface::id in RESTful 7.2

Gets the ID of the resource field.

Return value

string The ID.

3 methods override ResourceFieldInterface::id()
ResourceFieldBase::id in src/Plugin/resource/Field/ResourceFieldBase.php
Gets the ID of the resource field.
ResourceFieldEntity::id in src/Plugin/resource/Field/ResourceFieldEntity.php
Gets the ID of the resource field.
ResourceFieldResource::id in src/Plugin/resource/Field/ResourceFieldResource.php
Gets the ID of the resource field.

File

src/Plugin/resource/Field/ResourceFieldInterface.php, line 160
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldInterface.

Class

ResourceFieldInterface

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function id();