| 1 | <?php |
||
| 17 | final class CountryFieldHandler implements CustomLegacyFieldHandlerInterface |
||
| 18 | { |
||
| 19 | public function supports(Value $value): bool |
||
| 23 | |||
| 24 | public function toString(Value $value, FieldDefinition $fieldDefinition): string |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param \eZ\Publish\Core\FieldType\Country\Value $value |
||
| 31 | */ |
||
| 32 | public function getLegacyValue(Value $value, FieldDefinition $fieldDefinition): FieldValue |
||
| 36 | } |
||
| 37 |