public function RuntimeImportContext::setImportService in Entity Share 8.3
Setter.
Parameters
\Drupal\entity_share_client\Service\ImportServiceInterface $importService: The import service used for the import.
File
- modules/
entity_share_client/ src/ RuntimeImportContext.php, line 292
Class
- RuntimeImportContext
- Class RuntimeImportContext.
Namespace
Drupal\entity_share_clientCode
public function setImportService(ImportServiceInterface $importService) : void {
$this->importService = $importService;
}