public function JsonapiHelperInterface::importEntityListData 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::importEntityListData()
Use data from the JSONAPI to import content.
Parameters
array $entity_list_data: An array of data from a JSONAPI endpoint.
Return value
int[] The list of entity ids imported.
1 method overrides JsonapiHelperInterface::importEntityListData()
- JsonapiHelper::importEntityListData in modules/
entity_share_client/ src/ Service/ JsonapiHelper.php - Use data from the JSONAPI to import content.
File
- modules/
entity_share_client/ src/ Service/ JsonapiHelperInterface.php, line 70
Class
- JsonapiHelperInterface
- Remote manager interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function importEntityListData(array $entity_list_data);