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