Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TemplateTypesInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Framework\App;
7 
14 {
18  const TYPE_TEXT = 1;
19 
20  const TYPE_HTML = 2;
21 
27  public function isPlain();
28 
34  public function getType();
35 }