Method |
Description |
|
create ( ) : RichTextConverter |
Factory for current class. |
|
getIndexColumn ( ) : string | false |
Returns the name of the index column in the attribute table. |
|
toFieldDefinition ( StorageFieldDefinition $storageDefinition, eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition ) |
Converts field definition data from $storageDefinition into $fieldDefinition. |
|
toFieldValue ( StorageFieldValue $value, eZ\Publish\SPI\Persistence\Content\FieldValue $fieldValue ) |
Converts data from $value to $fieldValue. |
|
toStorageFieldDefinition ( eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition, StorageFieldDefinition $storageDefinition ) |
Converts field definition data from $fieldDefinition into $storageFieldDefinition. |
|
toStorageValue ( eZ\Publish\SPI\Persistence\Content\FieldValue $value, StorageFieldValue $storageFieldValue ) |
Converts data from $value to $storageFieldValue. |
|