public function EntityUuidMapperInterface::mapToIds in Commerce Core 8.2
Maps the given entity UUIDs to entity IDs.
Parameters
string $entity_type_id: The entity type ID.
array $uuids: THe entity UUIDs.
Return value
array The entity IDs.
1 method overrides EntityUuidMapperInterface::mapToIds()
- EntityUuidMapper::mapToIds in src/
EntityUuidMapper.php - Maps the given entity UUIDs to entity IDs.
File
- src/
EntityUuidMapperInterface.php, line 21
Class
- EntityUuidMapperInterface
- Maps entity UUIDs to entity IDs, and vice-versa.
Namespace
Drupal\commerceCode
public function mapToIds($entity_type_id, array $uuids);