You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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