25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Declaration/Converter checkin 2 yıl önce
Dir checkin 2 yıl önce
ModuleList checkin 2 yıl önce
Output checkin 2 yıl önce
Plugin checkin 2 yıl önce
Setup checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
etc checkin 2 yıl önce
ConflictChecker.php checkin 2 yıl önce
DbVersionInfo.php checkin 2 yıl önce
DependencyChecker.php checkin 2 yıl önce
Dir.php checkin 2 yıl önce
FullModuleList.php checkin 2 yıl önce
Manager.php checkin 2 yıl önce
ModuleList.php checkin 2 yıl önce
ModuleListInterface.php checkin 2 yıl önce
ModuleResource.php checkin 2 yıl önce
PackageInfo.php checkin 2 yıl önce
PackageInfoFactory.php checkin 2 yıl önce
README.md checkin 2 yıl önce
ResourceInterface.php checkin 2 yıl önce
Setup.php checkin 2 yıl önce
Status.php checkin 2 yıl önce

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