選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2年前
..
Declaration/Converter checkin 2年前
Dir checkin 2年前
ModuleList checkin 2年前
Output checkin 2年前
Plugin checkin 2年前
Setup checkin 2年前
Test/Unit checkin 2年前
etc checkin 2年前
ConflictChecker.php checkin 2年前
DbVersionInfo.php checkin 2年前
DependencyChecker.php checkin 2年前
Dir.php checkin 2年前
FullModuleList.php checkin 2年前
Manager.php checkin 2年前
ModuleList.php checkin 2年前
ModuleListInterface.php checkin 2年前
ModuleResource.php checkin 2年前
PackageInfo.php checkin 2年前
PackageInfoFactory.php checkin 2年前
README.md checkin 2年前
ResourceInterface.php checkin 2年前
Setup.php checkin 2年前
Status.php checkin 2年前

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