public function JsonapiHelperInterface::buildEntitiesOptions in Entity Share 8.2
Same name and namespace in other branches
- 8 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.
\Drupal\entity_share_client\Entity\RemoteInterface $remote: The selected remote.
string $channel_id: The selected channel id.
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 28
Class
- JsonapiHelperInterface
- Jsonapi helper interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function buildEntitiesOptions(array $json_data, RemoteInterface $remote, $channel_id);