25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Action checkin 2 yıl önce
Area checkin 2 yıl önce
AreaList checkin 2 yıl önce
Arguments checkin 2 yıl önce
Cache checkin 2 yıl önce
Config checkin 2 yıl önce
Console checkin 2 yıl önce
DefaultPath checkin 2 yıl önce
DeploymentConfig checkin 2 yıl önce
Filesystem checkin 2 yıl önce
Helper checkin 2 yıl önce
Http checkin 2 yıl önce
Interception/Cache checkin 2 yıl önce
Language checkin 2 yıl önce
ObjectManager checkin 2 yıl önce
PageCache checkin 2 yıl önce
Request checkin 2 yıl önce
ResourceConnection checkin 2 yıl önce
Response checkin 2 yıl önce
Route checkin 2 yıl önce
Router checkin 2 yıl önce
Rss checkin 2 yıl önce
Scope checkin 2 yıl önce
State checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
Utility checkin 2 yıl önce
View checkin 2 yıl önce
etc checkin 2 yıl önce
ActionFactory.php checkin 2 yıl önce
ActionFlag.php checkin 2 yıl önce
ActionInterface.php checkin 2 yıl önce
Area.php checkin 2 yıl önce
AreaInterface.php checkin 2 yıl önce
AreaList.php checkin 2 yıl önce
Bootstrap.php checkin 2 yıl önce
Cache.php checkin 2 yıl önce
CacheInterface.php checkin 2 yıl önce
Config.php checkin 2 yıl önce
Cron.php checkin 2 yıl önce
CsrfAwareActionInterface.php checkin 2 yıl önce
DefaultPathInterface.php checkin 2 yıl önce
DeploymentConfig.php checkin 2 yıl önce
DesignInterface.php checkin 2 yıl önce
DocRootLocator.php checkin 2 yıl önce
EnvironmentFactory.php checkin 2 yıl önce
EnvironmentInterface.php checkin 2 yıl önce
ErrorHandler.php checkin 2 yıl önce
ExceptionHandler.php checkin 2 yıl önce
ExceptionHandlerInterface.php checkin 2 yıl önce
Feed.php checkin 2 yıl önce
FeedFactory.php checkin 2 yıl önce
FeedFactoryInterface.php checkin 2 yıl önce
FeedInterface.php checkin 2 yıl önce
FrontController.php checkin 2 yıl önce
FrontControllerInterface.php checkin 2 yıl önce
Http.php checkin 2 yıl önce
HttpRequestInterface.php checkin 2 yıl önce
MaintenanceMode.php checkin 2 yıl önce
MutableScopeConfig.php checkin 2 yıl önce
ObjectManager.php checkin 2 yıl önce
ObjectManagerFactory.php checkin 2 yıl önce
PlainTextRequestInterface.php checkin 2 yıl önce
ProductMetadata.php checkin 2 yıl önce
ProductMetadataInterface.php checkin 2 yıl önce
README.md checkin 2 yıl önce
ReinitableConfig.php checkin 2 yıl önce
RequestContentInterface.php checkin 2 yıl önce
RequestFactory.php checkin 2 yıl önce
RequestInterface.php checkin 2 yıl önce
RequestSafetyInterface.php checkin 2 yıl önce
ResourceConnection.php checkin 2 yıl önce
ResponseFactory.php checkin 2 yıl önce
ResponseInterface.php checkin 2 yıl önce
RouterInterface.php checkin 2 yıl önce
RouterList.php checkin 2 yıl önce
RouterListInterface.php checkin 2 yıl önce
ScopeDefault.php checkin 2 yıl önce
ScopeFallbackResolverInterface.php checkin 2 yıl önce
ScopeInterface.php checkin 2 yıl önce
ScopeResolver.php checkin 2 yıl önce
ScopeResolverInterface.php checkin 2 yıl önce
ScopeResolverPool.php checkin 2 yıl önce
ScopeTreeProviderInterface.php checkin 2 yıl önce
ScopeValidatorInterface.php checkin 2 yıl önce
SetupInfo.php checkin 2 yıl önce
Shell.php checkin 2 yıl önce
State.php checkin 2 yıl önce
StaticResource.php checkin 2 yıl önce
TemplateTypesInterface.php checkin 2 yıl önce
View.php checkin 2 yıl önce
ViewInterface.php checkin 2 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