No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Action checkin hace 2 años
Area checkin hace 2 años
AreaList checkin hace 2 años
Arguments checkin hace 2 años
Cache checkin hace 2 años
Config checkin hace 2 años
Console checkin hace 2 años
DefaultPath checkin hace 2 años
DeploymentConfig checkin hace 2 años
Filesystem checkin hace 2 años
Helper checkin hace 2 años
Http checkin hace 2 años
Interception/Cache checkin hace 2 años
Language checkin hace 2 años
ObjectManager checkin hace 2 años
PageCache checkin hace 2 años
Request checkin hace 2 años
ResourceConnection checkin hace 2 años
Response checkin hace 2 años
Route checkin hace 2 años
Router checkin hace 2 años
Rss checkin hace 2 años
Scope checkin hace 2 años
State checkin hace 2 años
Test/Unit checkin hace 2 años
Utility checkin hace 2 años
View checkin hace 2 años
etc checkin hace 2 años
ActionFactory.php checkin hace 2 años
ActionFlag.php checkin hace 2 años
ActionInterface.php checkin hace 2 años
Area.php checkin hace 2 años
AreaInterface.php checkin hace 2 años
AreaList.php checkin hace 2 años
Bootstrap.php checkin hace 2 años
Cache.php checkin hace 2 años
CacheInterface.php checkin hace 2 años
Config.php checkin hace 2 años
Cron.php checkin hace 2 años
CsrfAwareActionInterface.php checkin hace 2 años
DefaultPathInterface.php checkin hace 2 años
DeploymentConfig.php checkin hace 2 años
DesignInterface.php checkin hace 2 años
DocRootLocator.php checkin hace 2 años
EnvironmentFactory.php checkin hace 2 años
EnvironmentInterface.php checkin hace 2 años
ErrorHandler.php checkin hace 2 años
ExceptionHandler.php checkin hace 2 años
ExceptionHandlerInterface.php checkin hace 2 años
Feed.php checkin hace 2 años
FeedFactory.php checkin hace 2 años
FeedFactoryInterface.php checkin hace 2 años
FeedInterface.php checkin hace 2 años
FrontController.php checkin hace 2 años
FrontControllerInterface.php checkin hace 2 años
Http.php checkin hace 2 años
HttpRequestInterface.php checkin hace 2 años
MaintenanceMode.php checkin hace 2 años
MutableScopeConfig.php checkin hace 2 años
ObjectManager.php checkin hace 2 años
ObjectManagerFactory.php checkin hace 2 años
PlainTextRequestInterface.php checkin hace 2 años
ProductMetadata.php checkin hace 2 años
ProductMetadataInterface.php checkin hace 2 años
README.md checkin hace 2 años
ReinitableConfig.php checkin hace 2 años
RequestContentInterface.php checkin hace 2 años
RequestFactory.php checkin hace 2 años
RequestInterface.php checkin hace 2 años
RequestSafetyInterface.php checkin hace 2 años
ResourceConnection.php checkin hace 2 años
ResponseFactory.php checkin hace 2 años
ResponseInterface.php checkin hace 2 años
RouterInterface.php checkin hace 2 años
RouterList.php checkin hace 2 años
RouterListInterface.php checkin hace 2 años
ScopeDefault.php checkin hace 2 años
ScopeFallbackResolverInterface.php checkin hace 2 años
ScopeInterface.php checkin hace 2 años
ScopeResolver.php checkin hace 2 años
ScopeResolverInterface.php checkin hace 2 años
ScopeResolverPool.php checkin hace 2 años
ScopeTreeProviderInterface.php checkin hace 2 años
ScopeValidatorInterface.php checkin hace 2 años
SetupInfo.php checkin hace 2 años
Shell.php checkin hace 2 años
State.php checkin hace 2 años
StaticResource.php checkin hace 2 años
TemplateTypesInterface.php checkin hace 2 años
View.php checkin hace 2 años
ViewInterface.php checkin hace 2 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