interface LinkResolverInterface

Methods

resolveLink(Link $link, array $parameters = [])

No description

resolveLinkCollection(array $links, array $parameters = [])

Resolves an array of links.

Details

Parameters

Link $link
array $parameters

at line 34
ResourceInterface[] resolveLinkCollection(array $links, array $parameters = [])

Resolves an array of links.

A method implementing this may apply some optimizations to reduce the amount of necessary API calls, or simply forward this to the "resolveLink" method.

Parameters

array $links
array $parameters

Return Value

ResourceInterface[]