Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Declaration/Converter checkin 2 lat temu
Dir checkin 2 lat temu
ModuleList checkin 2 lat temu
Output checkin 2 lat temu
Plugin checkin 2 lat temu
Setup checkin 2 lat temu
Test/Unit checkin 2 lat temu
etc checkin 2 lat temu
ConflictChecker.php checkin 2 lat temu
DbVersionInfo.php checkin 2 lat temu
DependencyChecker.php checkin 2 lat temu
Dir.php checkin 2 lat temu
FullModuleList.php checkin 2 lat temu
Manager.php checkin 2 lat temu
ModuleList.php checkin 2 lat temu
ModuleListInterface.php checkin 2 lat temu
ModuleResource.php checkin 2 lat temu
PackageInfo.php checkin 2 lat temu
PackageInfoFactory.php checkin 2 lat temu
README.md checkin 2 lat temu
ResourceInterface.php checkin 2 lat temu
Setup.php checkin 2 lat temu
Status.php checkin 2 lat temu

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