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 = 'modules' |
Collect files eligible for deployment from modules
Definition at line 14 of file Modules.php.
__construct | ( | Files | $filesUtil, |
PackageFileFactory | $packageFileFactory | ||
) |
Modules constructor
Files | $filesUtil | |
PackageFileFactory | $packageFileFactory |
Definition at line 34 of file Modules.php.
get | ( | ) |
Return the list of files located in source
Implements SourceInterface.
Definition at line 45 of file Modules.php.
const TYPE = 'modules' |
Definition at line 16 of file Modules.php.