Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getAll () | |
getOne ($name) | |
getNames () | |
has ($name) | |
Interface \Magento\Framework\Module\ModuleListInterface
Definition at line 14 of file ModuleListInterface.php.
getAll | ( | ) |
Get list of all modules
Returns an array where key is module name and value is an array with module meta-information
Implemented in ModuleList, and FullModuleList.
getNames | ( | ) |
Enumerates the list of names of modules
Implemented in ModuleList, and FullModuleList.
getOne | ( | $name | ) |
Get module declaration data
Returns an array with meta-information about one module by specified name
string | $name |
Implemented in ModuleList, and FullModuleList.
has | ( | $name | ) |
Checks whether the specified module is present in the list
string | $name |
Implemented in ModuleList, and FullModuleList.