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 is used for fallback and testing purposes.

NameInternal nameExpected input type
Nullvariablemixed

Description

As integration with Legacy Stack requires that all FieldTypes are also also handled on 5.x stack side, Null FieldType is provided as a dummy for legacy FieldTypes that are not really implemented on 5.x side.

Null FieldType will accept anything provided as a value, but will not store anything to the database, nor will it read any data from the database.

This FieldType does not have its own fixed internal name. Its identifier is instead configured as is needed by passing it as an argument to the constructor.

Following example shows how Null FieldType is used to configure dummy implementations for ezcomcomments and ezpaex legacy datatypes:

Null Fieldtype example configuration