You are here

public function StateInformationInterface::getImportStatusByParameters in Entity Share 8.3

Gets the dedicated "Entity import status" entity for given parameters.

Parameters

string $uuid: UUID.

string $entity_type_id: Entity type identifier.

string|null $langcode: Language code.

Return value

\Drupal\entity_share_client\Entity\EntityImportStatusInterface|bool The "Entity import status" entity or FALSE if none found.

1 method overrides StateInformationInterface::getImportStatusByParameters()
StateInformation::getImportStatusByParameters in modules/entity_share_client/src/Service/StateInformation.php
Gets the dedicated "Entity import status" entity for given parameters.

File

modules/entity_share_client/src/Service/StateInformationInterface.php, line 105

Class

StateInformationInterface
Remote manager interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function getImportStatusByParameters(string $uuid, string $entity_type_id, string $langcode = NULL);