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

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