public function ResourceFieldCollectionInterface::getIdField in RESTful 7.2
Get the resource field that will return the ID.
Return value
ResourceFieldInterface The field.
1 method overrides ResourceFieldCollectionInterface::getIdField()
- ResourceFieldCollection::getIdField in src/
Plugin/ resource/ Field/ ResourceFieldCollection.php - Get the resource field that will return the ID.
File
- src/
Plugin/ resource/ Field/ ResourceFieldCollectionInterface.php, line 97 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldCollectionInterface.
Class
Namespace
Drupal\restful\Plugin\resource\FieldCode
public function getIdField();