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

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