You are here

public function ImportServiceInterface::importChannel in Entity Share 8.3

Import all the entities on a channel.

Parameters

\Drupal\entity_share_client\ImportContext $context: The import context.

1 method overrides ImportServiceInterface::importChannel()
ImportService::importChannel in modules/entity_share_client/src/Service/ImportService.php
Import all the entities on a channel.

File

modules/entity_share_client/src/Service/ImportServiceInterface.php, line 40

Class

ImportServiceInterface
Import service interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function importChannel(ImportContext $context);