...
Table of Contents | ||
---|---|---|
|
Description
This FieldType makes possible to store and retrieve values of relation to content.
Input expectations
Type | Description | Example |
---|---|---|
int|string | Id of the related Content | 42 |
array | An array of related Content ids | array( 24, 42 ) |
eZ\Publish\API\Repository\Values\Content\ContentInfo | ContentInfo instance of the related Content | |
eZ\Publish\Core\FieldType\RelationList\Value | RelationList FieldType Value Object | See Value Object documentation section below. |
...