1 | <?php |
||
14 | class EntityWrapper |
||
15 | { |
||
16 | /** |
||
17 | * @var ConverterInterface[] |
||
18 | */ |
||
19 | private $converters; |
||
20 | |||
21 | public function registerConverter(ConverterInterface $converter) |
||
25 | |||
26 | public function convert(FieldItemInterface $value) |
||
35 | |||
36 | public function wrap(EntityInterface $entity) : EasyEntityAdapter |
||
40 | } |
||
41 |