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

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