Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Skip to end of metadata
Go to start of metadata

This field type represents a hyperlink. It is formed by the combination of a link and the respective text.

NameInternal nameExpected input
Urlezurlstring

Table of contents:

Description


This FieldType makes possible to store and retrieve an url. It is formed by the combination of a link and the respective text.

Input expectations


TypeExample
string
"http://www.ez.no", "eZ Systems"

Value object


Properties

The Value class of this field type contains the following properties:

PropertyTypeDescription
$linkstringThis property will be used to store the link provided to the value of this FieldType.
$textstringThis property will be used to store the the text to represent the stored link provided to the value of this FieldType.
Value object content example

Constructor

The Url\Value constructor will initialize a new Value object with the value provided. It expects two comma-separated strings, corresponding to the link and text.

Constructor example

Validation


This FieldType does not perform validation.

Settings


This FieldType does not have settings.