public function JsonapiHelperInterface::buildEntitiesOptions in Entity Share 8
Same name and namespace in other branches
- 8.2 modules/entity_share_client/src/Service/JsonapiHelperInterface.php \Drupal\entity_share_client\Service\JsonapiHelperInterface::buildEntitiesOptions()
Prepare entities from an URI to request.
Parameters
array $json_data: An array of data send by the JSON API..
Return value
array The array of options for the tableselect form type element.
1 method overrides JsonapiHelperInterface::buildEntitiesOptions()
- JsonapiHelper::buildEntitiesOptions in modules/
entity_share_client/ src/ Service/ JsonapiHelper.php - Prepare entities from an URI to request.
File
- modules/
entity_share_client/ src/ Service/ JsonapiHelperInterface.php, line 22
Class
- JsonapiHelperInterface
- Remote manager interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function buildEntitiesOptions(array $json_data);