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