|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (Files $filesUtil, PackageFileFactory $packageFileFactory) | |
| get () | |
Data Fields | |
| const | TYPE = 'themes' |
Collect files eligible for deployment from themes
Definition at line 14 of file Themes.php.
| __construct | ( | Files | $filesUtil, |
| PackageFileFactory | $packageFileFactory | ||
| ) |
Themes constructor
| Files | $filesUtil | |
| PackageFileFactory | $packageFileFactory |
Definition at line 37 of file Themes.php.
| get | ( | ) |
Return the list of files located in source
Implements SourceInterface.
Definition at line 48 of file Themes.php.
| const TYPE = 'themes' |
Source type code
Definition at line 19 of file Themes.php.