PagePathLinkDataFieldData
class PagePathLinkDataFieldData extends LinkDataFieldData (View source)
Represents a link to a page on your site by path. Useful to separate these from the basic link because these paths are run through the URL::to() mechanism to ensure they work irrespective of pretty URL settings, and when Concrete is installed in a subdirectory.
Properties
| protected int | $link | from LinkDataFieldData | 
Methods
                    __toString()
        
                                            
                
            No description
                    denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])
        
                                            
                No description
from 
LinkDataFieldData
            Details
        
                            
    __construct(string $link = null)
        
    
    No description
        
                            void
    setData($link)
        
    
    No description
        
                            
    __toString()
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description
        
                            
    denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])
        
    
    No description