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

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