public function RuntimeImportContext::getImportService in Entity Share 8.3
Getter.
Return value
\Drupal\entity_share_client\Service\ImportServiceInterface The import service used for the import.
File
- modules/
entity_share_client/ src/ RuntimeImportContext.php, line 282
Class
- RuntimeImportContext
- Class RuntimeImportContext.
Namespace
Drupal\entity_share_clientCode
public function getImportService() : ImportServiceInterface {
return $this->importService;
}