Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 år sedan
..
Action checkin 2 år sedan
Area checkin 2 år sedan
AreaList checkin 2 år sedan
Arguments checkin 2 år sedan
Cache checkin 2 år sedan
Config checkin 2 år sedan
Console checkin 2 år sedan
DefaultPath checkin 2 år sedan
DeploymentConfig checkin 2 år sedan
Filesystem checkin 2 år sedan
Helper checkin 2 år sedan
Http checkin 2 år sedan
Interception/Cache checkin 2 år sedan
Language checkin 2 år sedan
ObjectManager checkin 2 år sedan
PageCache checkin 2 år sedan
Request checkin 2 år sedan
ResourceConnection checkin 2 år sedan
Response checkin 2 år sedan
Route checkin 2 år sedan
Router checkin 2 år sedan
Rss checkin 2 år sedan
Scope checkin 2 år sedan
State checkin 2 år sedan
Test/Unit checkin 2 år sedan
Utility checkin 2 år sedan
View checkin 2 år sedan
etc checkin 2 år sedan
ActionFactory.php checkin 2 år sedan
ActionFlag.php checkin 2 år sedan
ActionInterface.php checkin 2 år sedan
Area.php checkin 2 år sedan
AreaInterface.php checkin 2 år sedan
AreaList.php checkin 2 år sedan
Bootstrap.php checkin 2 år sedan
Cache.php checkin 2 år sedan
CacheInterface.php checkin 2 år sedan
Config.php checkin 2 år sedan
Cron.php checkin 2 år sedan
CsrfAwareActionInterface.php checkin 2 år sedan
DefaultPathInterface.php checkin 2 år sedan
DeploymentConfig.php checkin 2 år sedan
DesignInterface.php checkin 2 år sedan
DocRootLocator.php checkin 2 år sedan
EnvironmentFactory.php checkin 2 år sedan
EnvironmentInterface.php checkin 2 år sedan
ErrorHandler.php checkin 2 år sedan
ExceptionHandler.php checkin 2 år sedan
ExceptionHandlerInterface.php checkin 2 år sedan
Feed.php checkin 2 år sedan
FeedFactory.php checkin 2 år sedan
FeedFactoryInterface.php checkin 2 år sedan
FeedInterface.php checkin 2 år sedan
FrontController.php checkin 2 år sedan
FrontControllerInterface.php checkin 2 år sedan
Http.php checkin 2 år sedan
HttpRequestInterface.php checkin 2 år sedan
MaintenanceMode.php checkin 2 år sedan
MutableScopeConfig.php checkin 2 år sedan
ObjectManager.php checkin 2 år sedan
ObjectManagerFactory.php checkin 2 år sedan
PlainTextRequestInterface.php checkin 2 år sedan
ProductMetadata.php checkin 2 år sedan
ProductMetadataInterface.php checkin 2 år sedan
README.md checkin 2 år sedan
ReinitableConfig.php checkin 2 år sedan
RequestContentInterface.php checkin 2 år sedan
RequestFactory.php checkin 2 år sedan
RequestInterface.php checkin 2 år sedan
RequestSafetyInterface.php checkin 2 år sedan
ResourceConnection.php checkin 2 år sedan
ResponseFactory.php checkin 2 år sedan
ResponseInterface.php checkin 2 år sedan
RouterInterface.php checkin 2 år sedan
RouterList.php checkin 2 år sedan
RouterListInterface.php checkin 2 år sedan
ScopeDefault.php checkin 2 år sedan
ScopeFallbackResolverInterface.php checkin 2 år sedan
ScopeInterface.php checkin 2 år sedan
ScopeResolver.php checkin 2 år sedan
ScopeResolverInterface.php checkin 2 år sedan
ScopeResolverPool.php checkin 2 år sedan
ScopeTreeProviderInterface.php checkin 2 år sedan
ScopeValidatorInterface.php checkin 2 år sedan
SetupInfo.php checkin 2 år sedan
Shell.php checkin 2 år sedan
State.php checkin 2 år sedan
StaticResource.php checkin 2 år sedan
TemplateTypesInterface.php checkin 2 år sedan
View.php checkin 2 år sedan
ViewInterface.php checkin 2 år sedan

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