public function ImportServiceInterface::importEntityListData in Entity Share 8.3
Use data from the JSON:API to import content.
Parameters
array $entity_list_data: An array of data from a JSON:API endpoint.
Return value
int[] The list of entity IDs imported keyed by UUIDs.
1 method overrides ImportServiceInterface::importEntityListData()
- ImportService::importEntityListData in modules/
entity_share_client/ src/ Service/ ImportService.php - Use data from the JSON:API to import content.
File
- modules/
entity_share_client/ src/ Service/ ImportServiceInterface.php, line 62
Class
- ImportServiceInterface
- Import service interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function importEntityListData(array $entity_list_data);