PageUrlResolver
class PageUrlResolver implements UrlResolverInterface (View source)
Properties
| protected PathUrlResolver | $pathUrlResolver | 
Methods
                    URLInterface|null
                
                
                    resolve(array $arguments, URLInterface|null $resolved = null)
        
                                            
                
            Resolve url's from any type of input.
                    URLInterface
                
                
                    resolveWithResolver(string $path, array $arguments)
        
                                            
                
            No description
Details
        
                            
    __construct(PathUrlResolver $path_url_resolver)
        
    
    No description
        
                    protected        
    resolveWithPageId(Page $page, array $arguments)
        
    
    No description
        
                            URLInterface|null
    resolve(array $arguments, URLInterface|null $resolved = null)
        
    
    Resolve url's from any type of input.
This method MUST either return a \League\URL\URLInterface when a url is resolved
or null when a url cannot be resolved.
        
                    protected        URLInterface
    resolveWithResolver(string $path, array $arguments)
        
    
    No description