public function FormHelperInterface::buildEntitiesOptions in Entity Share 8.3
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 FormHelperInterface::buildEntitiesOptions()
- FormHelper::buildEntitiesOptions in modules/
entity_share_client/ src/ Service/ FormHelper.php - Prepare entities from an URI to request.
File
- modules/
entity_share_client/ src/ Service/ FormHelperInterface.php, line 27
Class
- FormHelperInterface
- Form helper interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function buildEntitiesOptions(array $json_data, RemoteInterface $remote, $channel_id);