Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ContentProcessorInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
14 {
18  const ERROR_MESSAGE_PREFIX = 'Compilation from source: ';
19 
26  public function processContent(File $asset);
27 }