Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CustomizationInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
18  public function getFiles();
19 
26  public function getFilesByType($type);
27 
33  public function getCustomizationPath();
34 
40  public function getThemeFilesPath();
41 
47  public function getCustomViewConfigPath();
48 
56  public function reorder($type, array $sequence);
57 
64  public function delete(array $fileIds);
65 }
$type
Definition: item.phtml:13