Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Action checkin 2 anni fa
Area checkin 2 anni fa
AreaList checkin 2 anni fa
Arguments checkin 2 anni fa
Cache checkin 2 anni fa
Config checkin 2 anni fa
Console checkin 2 anni fa
DefaultPath checkin 2 anni fa
DeploymentConfig checkin 2 anni fa
Filesystem checkin 2 anni fa
Helper checkin 2 anni fa
Http checkin 2 anni fa
Interception/Cache checkin 2 anni fa
Language checkin 2 anni fa
ObjectManager checkin 2 anni fa
PageCache checkin 2 anni fa
Request checkin 2 anni fa
ResourceConnection checkin 2 anni fa
Response checkin 2 anni fa
Route checkin 2 anni fa
Router checkin 2 anni fa
Rss checkin 2 anni fa
Scope checkin 2 anni fa
State checkin 2 anni fa
Test/Unit checkin 2 anni fa
Utility checkin 2 anni fa
View checkin 2 anni fa
etc checkin 2 anni fa
ActionFactory.php checkin 2 anni fa
ActionFlag.php checkin 2 anni fa
ActionInterface.php checkin 2 anni fa
Area.php checkin 2 anni fa
AreaInterface.php checkin 2 anni fa
AreaList.php checkin 2 anni fa
Bootstrap.php checkin 2 anni fa
Cache.php checkin 2 anni fa
CacheInterface.php checkin 2 anni fa
Config.php checkin 2 anni fa
Cron.php checkin 2 anni fa
CsrfAwareActionInterface.php checkin 2 anni fa
DefaultPathInterface.php checkin 2 anni fa
DeploymentConfig.php checkin 2 anni fa
DesignInterface.php checkin 2 anni fa
DocRootLocator.php checkin 2 anni fa
EnvironmentFactory.php checkin 2 anni fa
EnvironmentInterface.php checkin 2 anni fa
ErrorHandler.php checkin 2 anni fa
ExceptionHandler.php checkin 2 anni fa
ExceptionHandlerInterface.php checkin 2 anni fa
Feed.php checkin 2 anni fa
FeedFactory.php checkin 2 anni fa
FeedFactoryInterface.php checkin 2 anni fa
FeedInterface.php checkin 2 anni fa
FrontController.php checkin 2 anni fa
FrontControllerInterface.php checkin 2 anni fa
Http.php checkin 2 anni fa
HttpRequestInterface.php checkin 2 anni fa
MaintenanceMode.php checkin 2 anni fa
MutableScopeConfig.php checkin 2 anni fa
ObjectManager.php checkin 2 anni fa
ObjectManagerFactory.php checkin 2 anni fa
PlainTextRequestInterface.php checkin 2 anni fa
ProductMetadata.php checkin 2 anni fa
ProductMetadataInterface.php checkin 2 anni fa
README.md checkin 2 anni fa
ReinitableConfig.php checkin 2 anni fa
RequestContentInterface.php checkin 2 anni fa
RequestFactory.php checkin 2 anni fa
RequestInterface.php checkin 2 anni fa
RequestSafetyInterface.php checkin 2 anni fa
ResourceConnection.php checkin 2 anni fa
ResponseFactory.php checkin 2 anni fa
ResponseInterface.php checkin 2 anni fa
RouterInterface.php checkin 2 anni fa
RouterList.php checkin 2 anni fa
RouterListInterface.php checkin 2 anni fa
ScopeDefault.php checkin 2 anni fa
ScopeFallbackResolverInterface.php checkin 2 anni fa
ScopeInterface.php checkin 2 anni fa
ScopeResolver.php checkin 2 anni fa
ScopeResolverInterface.php checkin 2 anni fa
ScopeResolverPool.php checkin 2 anni fa
ScopeTreeProviderInterface.php checkin 2 anni fa
ScopeValidatorInterface.php checkin 2 anni fa
SetupInfo.php checkin 2 anni fa
Shell.php checkin 2 anni fa
State.php checkin 2 anni fa
StaticResource.php checkin 2 anni fa
TemplateTypesInterface.php checkin 2 anni fa
View.php checkin 2 anni fa
ViewInterface.php checkin 2 anni fa

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