longyi c9405dd336 vendor 5 年 前
..
Action c9405dd336 vendor 5 年 前
Area c9405dd336 vendor 5 年 前
AreaList c9405dd336 vendor 5 年 前
Arguments c9405dd336 vendor 5 年 前
Cache c9405dd336 vendor 5 年 前
Config c9405dd336 vendor 5 年 前
Console c9405dd336 vendor 5 年 前
DefaultPath c9405dd336 vendor 5 年 前
DeploymentConfig c9405dd336 vendor 5 年 前
Filesystem c9405dd336 vendor 5 年 前
Helper c9405dd336 vendor 5 年 前
Http c9405dd336 vendor 5 年 前
Interception c9405dd336 vendor 5 年 前
Language c9405dd336 vendor 5 年 前
ObjectManager c9405dd336 vendor 5 年 前
PageCache c9405dd336 vendor 5 年 前
Request c9405dd336 vendor 5 年 前
ResourceConnection c9405dd336 vendor 5 年 前
Response c9405dd336 vendor 5 年 前
Route c9405dd336 vendor 5 年 前
Router c9405dd336 vendor 5 年 前
Rss c9405dd336 vendor 5 年 前
Scope c9405dd336 vendor 5 年 前
State c9405dd336 vendor 5 年 前
Test c9405dd336 vendor 5 年 前
Utility c9405dd336 vendor 5 年 前
View c9405dd336 vendor 5 年 前
etc c9405dd336 vendor 5 年 前
ActionFactory.php c9405dd336 vendor 5 年 前
ActionFlag.php c9405dd336 vendor 5 年 前
ActionInterface.php c9405dd336 vendor 5 年 前
Area.php c9405dd336 vendor 5 年 前
AreaInterface.php c9405dd336 vendor 5 年 前
AreaList.php c9405dd336 vendor 5 年 前
Bootstrap.php c9405dd336 vendor 5 年 前
Cache.php c9405dd336 vendor 5 年 前
CacheInterface.php c9405dd336 vendor 5 年 前
Config.php c9405dd336 vendor 5 年 前
Cron.php c9405dd336 vendor 5 年 前
CsrfAwareActionInterface.php c9405dd336 vendor 5 年 前
DefaultPathInterface.php c9405dd336 vendor 5 年 前
DeploymentConfig.php c9405dd336 vendor 5 年 前
DesignInterface.php c9405dd336 vendor 5 年 前
DocRootLocator.php c9405dd336 vendor 5 年 前
EnvironmentFactory.php c9405dd336 vendor 5 年 前
EnvironmentInterface.php c9405dd336 vendor 5 年 前
ErrorHandler.php c9405dd336 vendor 5 年 前
Feed.php c9405dd336 vendor 5 年 前
FeedFactory.php c9405dd336 vendor 5 年 前
FeedFactoryInterface.php c9405dd336 vendor 5 年 前
FeedInterface.php c9405dd336 vendor 5 年 前
FrontController.php c9405dd336 vendor 5 年 前
FrontControllerInterface.php c9405dd336 vendor 5 年 前
Http.php c9405dd336 vendor 5 年 前
HttpRequestInterface.php c9405dd336 vendor 5 年 前
MaintenanceMode.php c9405dd336 vendor 5 年 前
MutableScopeConfig.php c9405dd336 vendor 5 年 前
ObjectManager.php c9405dd336 vendor 5 年 前
ObjectManagerFactory.php c9405dd336 vendor 5 年 前
PlainTextRequestInterface.php c9405dd336 vendor 5 年 前
ProductMetadata.php c9405dd336 vendor 5 年 前
ProductMetadataInterface.php c9405dd336 vendor 5 年 前
README.md c9405dd336 vendor 5 年 前
ReinitableConfig.php c9405dd336 vendor 5 年 前
RequestContentInterface.php c9405dd336 vendor 5 年 前
RequestFactory.php c9405dd336 vendor 5 年 前
RequestInterface.php c9405dd336 vendor 5 年 前
RequestSafetyInterface.php c9405dd336 vendor 5 年 前
ResourceConnection.php c9405dd336 vendor 5 年 前
ResponseFactory.php c9405dd336 vendor 5 年 前
ResponseInterface.php c9405dd336 vendor 5 年 前
RouterInterface.php c9405dd336 vendor 5 年 前
RouterList.php c9405dd336 vendor 5 年 前
RouterListInterface.php c9405dd336 vendor 5 年 前
ScopeDefault.php c9405dd336 vendor 5 年 前
ScopeFallbackResolverInterface.php c9405dd336 vendor 5 年 前
ScopeInterface.php c9405dd336 vendor 5 年 前
ScopeResolver.php c9405dd336 vendor 5 年 前
ScopeResolverInterface.php c9405dd336 vendor 5 年 前
ScopeResolverPool.php c9405dd336 vendor 5 年 前
ScopeTreeProviderInterface.php c9405dd336 vendor 5 年 前
ScopeValidatorInterface.php c9405dd336 vendor 5 年 前
SetupInfo.php c9405dd336 vendor 5 年 前
Shell.php c9405dd336 vendor 5 年 前
State.php c9405dd336 vendor 5 年 前
StaticResource.php c9405dd336 vendor 5 年 前
TemplateTypesInterface.php c9405dd336 vendor 5 年 前
View.php c9405dd336 vendor 5 年 前
ViewInterface.php c9405dd336 vendor 5 年 前

README.md

Magento\Framework\App implements most of the Magento application framework.

Unlike other components of Magento\Framework that are generic libraries not specific to Magento application, the Magento\Framework\App is "aware of" Magento application intentionally.

The library implements a variety of features of the Magento application:

  • bootstrap and initialization parameters
  • error handling
  • entry point handlers (application scripts):
    • HTTP -- the web-application entry point for serving pages of Storefront, Admin, etc
    • Static Resource -- for retrieving and serving static content (CSS, JavaScript, images)
    • Cron -- for launching cron jobs
  • Object manager, filesystem components (inheritors specific to Magento application)
  • Caching, cache types
  • Language packages, dictionaries
  • DB connection configuration and pool
  • Request dispatching, routing, front controller
  • Services for view layer
  • Application areas