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

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