Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Declaration/Converter checkin 2 anni fa
Dir checkin 2 anni fa
ModuleList checkin 2 anni fa
Output checkin 2 anni fa
Plugin checkin 2 anni fa
Setup checkin 2 anni fa
Test/Unit checkin 2 anni fa
etc checkin 2 anni fa
ConflictChecker.php checkin 2 anni fa
DbVersionInfo.php checkin 2 anni fa
DependencyChecker.php checkin 2 anni fa
Dir.php checkin 2 anni fa
FullModuleList.php checkin 2 anni fa
Manager.php checkin 2 anni fa
ModuleList.php checkin 2 anni fa
ModuleListInterface.php checkin 2 anni fa
ModuleResource.php checkin 2 anni fa
PackageInfo.php checkin 2 anni fa
PackageInfoFactory.php checkin 2 anni fa
README.md checkin 2 anni fa
ResourceInterface.php checkin 2 anni fa
Setup.php checkin 2 anni fa
Status.php checkin 2 anni fa

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