You are here

public function ImportService::getRuntimeImportContext in Entity Share 8.3

Getter.

Return value

\Drupal\entity_share_client\RuntimeImportContext The import service's runtime import context.

Overrides ImportServiceInterface::getRuntimeImportContext

File

modules/entity_share_client/src/Service/ImportService.php, line 378

Class

ImportService
Class ImportService.

Namespace

Drupal\entity_share_client\Service

Code

public function getRuntimeImportContext() {
  return $this->runtimeImportContext;
}