Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Action checkin il y a 2 ans
Area checkin il y a 2 ans
AreaList checkin il y a 2 ans
Arguments checkin il y a 2 ans
Cache checkin il y a 2 ans
Config checkin il y a 2 ans
Console checkin il y a 2 ans
DefaultPath checkin il y a 2 ans
DeploymentConfig checkin il y a 2 ans
Filesystem checkin il y a 2 ans
Helper checkin il y a 2 ans
Http checkin il y a 2 ans
Interception/Cache checkin il y a 2 ans
Language checkin il y a 2 ans
ObjectManager checkin il y a 2 ans
PageCache checkin il y a 2 ans
Request checkin il y a 2 ans
ResourceConnection checkin il y a 2 ans
Response checkin il y a 2 ans
Route checkin il y a 2 ans
Router checkin il y a 2 ans
Rss checkin il y a 2 ans
Scope checkin il y a 2 ans
State checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
Utility checkin il y a 2 ans
View checkin il y a 2 ans
etc checkin il y a 2 ans
ActionFactory.php checkin il y a 2 ans
ActionFlag.php checkin il y a 2 ans
ActionInterface.php checkin il y a 2 ans
Area.php checkin il y a 2 ans
AreaInterface.php checkin il y a 2 ans
AreaList.php checkin il y a 2 ans
Bootstrap.php checkin il y a 2 ans
Cache.php checkin il y a 2 ans
CacheInterface.php checkin il y a 2 ans
Config.php checkin il y a 2 ans
Cron.php checkin il y a 2 ans
CsrfAwareActionInterface.php checkin il y a 2 ans
DefaultPathInterface.php checkin il y a 2 ans
DeploymentConfig.php checkin il y a 2 ans
DesignInterface.php checkin il y a 2 ans
DocRootLocator.php checkin il y a 2 ans
EnvironmentFactory.php checkin il y a 2 ans
EnvironmentInterface.php checkin il y a 2 ans
ErrorHandler.php checkin il y a 2 ans
ExceptionHandler.php checkin il y a 2 ans
ExceptionHandlerInterface.php checkin il y a 2 ans
Feed.php checkin il y a 2 ans
FeedFactory.php checkin il y a 2 ans
FeedFactoryInterface.php checkin il y a 2 ans
FeedInterface.php checkin il y a 2 ans
FrontController.php checkin il y a 2 ans
FrontControllerInterface.php checkin il y a 2 ans
Http.php checkin il y a 2 ans
HttpRequestInterface.php checkin il y a 2 ans
MaintenanceMode.php checkin il y a 2 ans
MutableScopeConfig.php checkin il y a 2 ans
ObjectManager.php checkin il y a 2 ans
ObjectManagerFactory.php checkin il y a 2 ans
PlainTextRequestInterface.php checkin il y a 2 ans
ProductMetadata.php checkin il y a 2 ans
ProductMetadataInterface.php checkin il y a 2 ans
README.md checkin il y a 2 ans
ReinitableConfig.php checkin il y a 2 ans
RequestContentInterface.php checkin il y a 2 ans
RequestFactory.php checkin il y a 2 ans
RequestInterface.php checkin il y a 2 ans
RequestSafetyInterface.php checkin il y a 2 ans
ResourceConnection.php checkin il y a 2 ans
ResponseFactory.php checkin il y a 2 ans
ResponseInterface.php checkin il y a 2 ans
RouterInterface.php checkin il y a 2 ans
RouterList.php checkin il y a 2 ans
RouterListInterface.php checkin il y a 2 ans
ScopeDefault.php checkin il y a 2 ans
ScopeFallbackResolverInterface.php checkin il y a 2 ans
ScopeInterface.php checkin il y a 2 ans
ScopeResolver.php checkin il y a 2 ans
ScopeResolverInterface.php checkin il y a 2 ans
ScopeResolverPool.php checkin il y a 2 ans
ScopeTreeProviderInterface.php checkin il y a 2 ans
ScopeValidatorInterface.php checkin il y a 2 ans
SetupInfo.php checkin il y a 2 ans
Shell.php checkin il y a 2 ans
State.php checkin il y a 2 ans
StaticResource.php checkin il y a 2 ans
TemplateTypesInterface.php checkin il y a 2 ans
View.php checkin il y a 2 ans
ViewInterface.php checkin il y a 2 ans

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