No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Declaration/Converter checkin hace 2 años
Dir checkin hace 2 años
ModuleList checkin hace 2 años
Output checkin hace 2 años
Plugin checkin hace 2 años
Setup checkin hace 2 años
Test/Unit checkin hace 2 años
etc checkin hace 2 años
ConflictChecker.php checkin hace 2 años
DbVersionInfo.php checkin hace 2 años
DependencyChecker.php checkin hace 2 años
Dir.php checkin hace 2 años
FullModuleList.php checkin hace 2 años
Manager.php checkin hace 2 años
ModuleList.php checkin hace 2 años
ModuleListInterface.php checkin hace 2 años
ModuleResource.php checkin hace 2 años
PackageInfo.php checkin hace 2 años
PackageInfoFactory.php checkin hace 2 años
README.md checkin hace 2 años
ResourceInterface.php checkin hace 2 años
Setup.php checkin hace 2 años
Status.php checkin hace 2 años

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