Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FileInterface.php
Go to the documentation of this file.
1 <?php
7 
11 interface FileInterface
12 {
20 
26  public function getCustomizationService();
27 
34  public function setTheme(\Magento\Framework\View\Design\ThemeInterface $theme);
35 
41  public function getTheme();
42 
49  public function setFileName($fileName);
50 
56  public function getFileName();
57 
63  public function getFullPath();
64 
70  public function getFileInfo();
71 
77  public function getContent();
78 
84  public function save();
85 
91  public function delete();
92 }
setTheme(\Magento\Framework\View\Design\ThemeInterface $theme)
setCustomizationService(Customization\FileInterface $service)
$fileName
Definition: translate.phtml:15
$theme