Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ConverterInterface.php
Go to the documentation of this file.
1 <?php
7 
14 {
20  public function fromBody($body);
21 
27  public function toBody(array $data);
28 
32  public function getContentTypeHeader();
33 
37  public function getContentMediaType(): string;
38 }