Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Declaration/Converter checkin il y a 2 ans
Dir checkin il y a 2 ans
ModuleList checkin il y a 2 ans
Output checkin il y a 2 ans
Plugin checkin il y a 2 ans
Setup checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
etc checkin il y a 2 ans
ConflictChecker.php checkin il y a 2 ans
DbVersionInfo.php checkin il y a 2 ans
DependencyChecker.php checkin il y a 2 ans
Dir.php checkin il y a 2 ans
FullModuleList.php checkin il y a 2 ans
Manager.php checkin il y a 2 ans
ModuleList.php checkin il y a 2 ans
ModuleListInterface.php checkin il y a 2 ans
ModuleResource.php checkin il y a 2 ans
PackageInfo.php checkin il y a 2 ans
PackageInfoFactory.php checkin il y a 2 ans
README.md checkin il y a 2 ans
ResourceInterface.php checkin il y a 2 ans
Setup.php checkin il y a 2 ans
Status.php checkin il y a 2 ans

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