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

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