You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 vuotta sitten
..
Declaration/Converter checkin 2 vuotta sitten
Dir checkin 2 vuotta sitten
ModuleList checkin 2 vuotta sitten
Output checkin 2 vuotta sitten
Plugin checkin 2 vuotta sitten
Setup checkin 2 vuotta sitten
Test/Unit checkin 2 vuotta sitten
etc checkin 2 vuotta sitten
ConflictChecker.php checkin 2 vuotta sitten
DbVersionInfo.php checkin 2 vuotta sitten
DependencyChecker.php checkin 2 vuotta sitten
Dir.php checkin 2 vuotta sitten
FullModuleList.php checkin 2 vuotta sitten
Manager.php checkin 2 vuotta sitten
ModuleList.php checkin 2 vuotta sitten
ModuleListInterface.php checkin 2 vuotta sitten
ModuleResource.php checkin 2 vuotta sitten
PackageInfo.php checkin 2 vuotta sitten
PackageInfoFactory.php checkin 2 vuotta sitten
README.md checkin 2 vuotta sitten
ResourceInterface.php checkin 2 vuotta sitten
Setup.php checkin 2 vuotta sitten
Status.php checkin 2 vuotta sitten

README.md

Module

Magento\Framework\Module is Magento framework component that allows to build modular applications with Magento Framework. It serves as an add-on to Magento\Framework\App component, and provides following features:

  • configuration reader and format with module versions, dependencies, and state (active/inactive)
  • module manager that provides all information about loaded modules
  • directory reader, that allows to read configuration files from module
  • ability to turn on/off module output in separate configuration application
  • module db data installers