public function ImportServiceInterface::importFromUrl in Entity Share 8.3
Import the entities from a prepared JSON:API URL.
Parameters
string $url: The JSON:API URL.
Return value
int[] The list of entity IDs imported keyed by UUIDs.
1 method overrides ImportServiceInterface::importFromUrl()
- ImportService::importFromUrl in modules/
entity_share_client/ src/ Service/ ImportService.php - Import the entities from a prepared JSON:API URL.
File
- modules/
entity_share_client/ src/ Service/ ImportServiceInterface.php, line 51
Class
- ImportServiceInterface
- Import service interface methods.
Namespace
Drupal\entity_share_client\ServiceCode
public function importFromUrl(string $url);