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

$link from  LinkDataFieldData

Methods

__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

Details

__construct(string $link = null)

No description

Parameters

string $link

void setData($link)

No description

Parameters

$link

Return Value

void

__toString()

No description

jsonSerialize()

No description

denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
$format
array $context