public static function ResourceFieldEntityReferenceInterface::subRequest in RESTful 7.2
Creates a request object for the sub-request.
Parameters
array $value: An associative array containing the values to set in the nested call, and information about how to create the request object.
Return value
RequestInterface The request object.
1 method overrides ResourceFieldEntityReferenceInterface::subRequest()
- ResourceFieldEntityReference::subRequest in src/
Plugin/ resource/ Field/ ResourceFieldEntityReference.php - Creates a request object for the sub-request.
File
- src/
Plugin/ resource/ Field/ ResourceFieldEntityReferenceInterface.php, line 22 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntityReferenceInterface.
Class
Namespace
Drupal\restful\Plugin\resource\FieldCode
public static function subRequest(array $value);