LinkResolverInterface
interface LinkResolverInterface
Methods
                    resolveLinkCollection(array $links, array $parameters = [])
        
                                            
                
            Resolves an array of links.
Details
        at         line 24
                            ResourceInterface
    resolveLink(Link $link, array $parameters = [])
        
    
    
        at         line 37
                            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.