Skip to content

Commit a65f295

Browse files
committed
Merged in add_field_definition_to_method (pull request #4)
Added FieldDefinition parameter to convertFieldValueToForm
2 parents 5af98de + b2d6693 commit a65f295

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Form/FieldTypeHandler/EnhancedFile.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ public function __construct( ConfigResolverInterface $configResolver )
2727

2828
/**
2929
* {@inheritdoc}
30-
*
31-
* @param \eZ\Publish\Core\FieldType\Image\Value $value
3230
*/
33-
public function convertFieldValueToForm( Value $value )
31+
public function convertFieldValueToForm( Value $value, FieldDefinition $fieldDefinition = null )
3432
{
3533
return null;
3634
}

0 commit comments

Comments
 (0)