Converter for Relation field type external storage.
More...
Converter for Relation field type external storage.
- Todo:
- introduce persistence layer (gateways)
eZ\Publish\Core\FieldType\Relation\RelationStorage::deleteFieldData |
( |
VersionInfo |
$versionInfo, |
|
|
array |
$fieldIds, |
|
|
array |
$context |
|
) |
| |
eZ\Publish\Core\FieldType\Relation\RelationStorage::getFieldData |
( |
VersionInfo |
$versionInfo, |
|
|
Field |
$field, |
|
|
array |
$context |
|
) |
| |
Populates $field value property based on the external data.
We don't need to query storage for this, as identical data is stored in data & externalData
- Parameters
-
\eZ\Publish\SPI\Persistence\Content\Field | $field | |
array | $context | |
- Returns
- void
Implements eZ\Publish\SPI\FieldType\FieldStorage.
eZ\Publish\Core\FieldType\Relation\RelationStorage::getIndexData |
( |
VersionInfo |
$versionInfo, |
|
|
Field |
$field, |
|
|
array |
$context |
|
) |
| |
eZ\Publish\Core\FieldType\Relation\RelationStorage::hasFieldData |
( |
| ) |
|
eZ\Publish\Core\FieldType\Relation\RelationStorage::storeFieldData |
( |
VersionInfo |
$versionInfo, |
|
|
Field |
$field, |
|
|
array |
$context |
|
) |
| |
The documentation for this class was generated from the following file: