This is an optimization over getNodeByIdentifier to get many nodes in
one call. If the transport implementation does not optimize, it can just
loop over the uuids and call getNodeByIdentifier repeatedly.
public getNodesByIdentifier ( array $identifiers ) : array | ||
$identifiers | array | list of uuid to retrieve |
return | array | keys are the absolute paths, values is the node data as associative array (decoded from json with associative = true). they will have the identifier value set. |