Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Action checkin há 2 anos
Area checkin há 2 anos
AreaList checkin há 2 anos
Arguments checkin há 2 anos
Cache checkin há 2 anos
Config checkin há 2 anos
Console checkin há 2 anos
DefaultPath checkin há 2 anos
DeploymentConfig checkin há 2 anos
Filesystem checkin há 2 anos
Helper checkin há 2 anos
Http checkin há 2 anos
Interception/Cache checkin há 2 anos
Language checkin há 2 anos
ObjectManager checkin há 2 anos
PageCache checkin há 2 anos
Request checkin há 2 anos
ResourceConnection checkin há 2 anos
Response checkin há 2 anos
Route checkin há 2 anos
Router checkin há 2 anos
Rss checkin há 2 anos
Scope checkin há 2 anos
State checkin há 2 anos
Test/Unit checkin há 2 anos
Utility checkin há 2 anos
View checkin há 2 anos
etc checkin há 2 anos
ActionFactory.php checkin há 2 anos
ActionFlag.php checkin há 2 anos
ActionInterface.php checkin há 2 anos
Area.php checkin há 2 anos
AreaInterface.php checkin há 2 anos
AreaList.php checkin há 2 anos
Bootstrap.php checkin há 2 anos
Cache.php checkin há 2 anos
CacheInterface.php checkin há 2 anos
Config.php checkin há 2 anos
Cron.php checkin há 2 anos
CsrfAwareActionInterface.php checkin há 2 anos
DefaultPathInterface.php checkin há 2 anos
DeploymentConfig.php checkin há 2 anos
DesignInterface.php checkin há 2 anos
DocRootLocator.php checkin há 2 anos
EnvironmentFactory.php checkin há 2 anos
EnvironmentInterface.php checkin há 2 anos
ErrorHandler.php checkin há 2 anos
ExceptionHandler.php checkin há 2 anos
ExceptionHandlerInterface.php checkin há 2 anos
Feed.php checkin há 2 anos
FeedFactory.php checkin há 2 anos
FeedFactoryInterface.php checkin há 2 anos
FeedInterface.php checkin há 2 anos
FrontController.php checkin há 2 anos
FrontControllerInterface.php checkin há 2 anos
Http.php checkin há 2 anos
HttpRequestInterface.php checkin há 2 anos
MaintenanceMode.php checkin há 2 anos
MutableScopeConfig.php checkin há 2 anos
ObjectManager.php checkin há 2 anos
ObjectManagerFactory.php checkin há 2 anos
PlainTextRequestInterface.php checkin há 2 anos
ProductMetadata.php checkin há 2 anos
ProductMetadataInterface.php checkin há 2 anos
README.md checkin há 2 anos
ReinitableConfig.php checkin há 2 anos
RequestContentInterface.php checkin há 2 anos
RequestFactory.php checkin há 2 anos
RequestInterface.php checkin há 2 anos
RequestSafetyInterface.php checkin há 2 anos
ResourceConnection.php checkin há 2 anos
ResponseFactory.php checkin há 2 anos
ResponseInterface.php checkin há 2 anos
RouterInterface.php checkin há 2 anos
RouterList.php checkin há 2 anos
RouterListInterface.php checkin há 2 anos
ScopeDefault.php checkin há 2 anos
ScopeFallbackResolverInterface.php checkin há 2 anos
ScopeInterface.php checkin há 2 anos
ScopeResolver.php checkin há 2 anos
ScopeResolverInterface.php checkin há 2 anos
ScopeResolverPool.php checkin há 2 anos
ScopeTreeProviderInterface.php checkin há 2 anos
ScopeValidatorInterface.php checkin há 2 anos
SetupInfo.php checkin há 2 anos
Shell.php checkin há 2 anos
State.php checkin há 2 anos
StaticResource.php checkin há 2 anos
TemplateTypesInterface.php checkin há 2 anos
View.php checkin há 2 anos
ViewInterface.php checkin há 2 anos

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