Property | Type | Description | |
---|---|---|---|
$contentService | eZ\Publish\API\Repository\ContentService | ||
$contentTypeService | eZ\Publish\API\Repository\ContentTypeService | ||
$fieldTypeProcessorRegistry | |||
$fieldTypeService | eZ\Publish\API\Repository\FieldTypeService |
Method | Description | |
---|---|---|
__construct ( eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService, eZ\Publish\API\Repository\FieldTypeService $fieldTypeService, |
||
parseFieldSettings ( string $fieldTypeIdentifier, mixed $settingsHash ) : mixed | Parses the given $settingsHash using the FieldType identified by $fieldTypeIdentifier. | |
parseFieldValue ( string $contentInfoId, string $fieldDefIdentifier, mixed $value ) : mixed | Parses the given $value for the field $fieldDefIdentifier in the content identified by $contentInfoId. | |
parseValidatorConfiguration ( string $fieldTypeIdentifier, mixed $configurationHash ) : mixed | Parses the given $configurationHash using the FieldType identified by $fieldTypeIdentifier. | |
parseValue ( mixed $fieldTypeIdentifier, mixed $value ) : mixed | Parses the given $value using the FieldType identified by $fieldTypeIdentifier. |
public __construct ( eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService, eZ\Publish\API\Repository\FieldTypeService $fieldTypeService, |
||
$contentService | eZ\Publish\API\Repository\ContentService | |
$contentTypeService | eZ\Publish\API\Repository\ContentTypeService | |
$fieldTypeService | eZ\Publish\API\Repository\FieldTypeService | |
$fieldTypeProcessorRegistry |
protected ContentService,eZ\Publish\API\Repository $contentService | ||
return | eZ\Publish\API\Repository\ContentService |
protected ContentTypeService,eZ\Publish\API\Repository $contentTypeService | ||
return | eZ\Publish\API\Repository\ContentTypeService |
protected FieldTypeProcessorRegistry,eZ\Publish\Core\REST\Common $fieldTypeProcessorRegistry | ||
return |