You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin пре 2 година
..
Action checkin пре 2 година
Area checkin пре 2 година
AreaList checkin пре 2 година
Arguments checkin пре 2 година
Cache checkin пре 2 година
Config checkin пре 2 година
Console checkin пре 2 година
DefaultPath checkin пре 2 година
DeploymentConfig checkin пре 2 година
Filesystem checkin пре 2 година
Helper checkin пре 2 година
Http checkin пре 2 година
Interception/Cache checkin пре 2 година
Language checkin пре 2 година
ObjectManager checkin пре 2 година
PageCache checkin пре 2 година
Request checkin пре 2 година
ResourceConnection checkin пре 2 година
Response checkin пре 2 година
Route checkin пре 2 година
Router checkin пре 2 година
Rss checkin пре 2 година
Scope checkin пре 2 година
State checkin пре 2 година
Test/Unit checkin пре 2 година
Utility checkin пре 2 година
View checkin пре 2 година
etc checkin пре 2 година
ActionFactory.php checkin пре 2 година
ActionFlag.php checkin пре 2 година
ActionInterface.php checkin пре 2 година
Area.php checkin пре 2 година
AreaInterface.php checkin пре 2 година
AreaList.php checkin пре 2 година
Bootstrap.php checkin пре 2 година
Cache.php checkin пре 2 година
CacheInterface.php checkin пре 2 година
Config.php checkin пре 2 година
Cron.php checkin пре 2 година
CsrfAwareActionInterface.php checkin пре 2 година
DefaultPathInterface.php checkin пре 2 година
DeploymentConfig.php checkin пре 2 година
DesignInterface.php checkin пре 2 година
DocRootLocator.php checkin пре 2 година
EnvironmentFactory.php checkin пре 2 година
EnvironmentInterface.php checkin пре 2 година
ErrorHandler.php checkin пре 2 година
ExceptionHandler.php checkin пре 2 година
ExceptionHandlerInterface.php checkin пре 2 година
Feed.php checkin пре 2 година
FeedFactory.php checkin пре 2 година
FeedFactoryInterface.php checkin пре 2 година
FeedInterface.php checkin пре 2 година
FrontController.php checkin пре 2 година
FrontControllerInterface.php checkin пре 2 година
Http.php checkin пре 2 година
HttpRequestInterface.php checkin пре 2 година
MaintenanceMode.php checkin пре 2 година
MutableScopeConfig.php checkin пре 2 година
ObjectManager.php checkin пре 2 година
ObjectManagerFactory.php checkin пре 2 година
PlainTextRequestInterface.php checkin пре 2 година
ProductMetadata.php checkin пре 2 година
ProductMetadataInterface.php checkin пре 2 година
README.md checkin пре 2 година
ReinitableConfig.php checkin пре 2 година
RequestContentInterface.php checkin пре 2 година
RequestFactory.php checkin пре 2 година
RequestInterface.php checkin пре 2 година
RequestSafetyInterface.php checkin пре 2 година
ResourceConnection.php checkin пре 2 година
ResponseFactory.php checkin пре 2 година
ResponseInterface.php checkin пре 2 година
RouterInterface.php checkin пре 2 година
RouterList.php checkin пре 2 година
RouterListInterface.php checkin пре 2 година
ScopeDefault.php checkin пре 2 година
ScopeFallbackResolverInterface.php checkin пре 2 година
ScopeInterface.php checkin пре 2 година
ScopeResolver.php checkin пре 2 година
ScopeResolverInterface.php checkin пре 2 година
ScopeResolverPool.php checkin пре 2 година
ScopeTreeProviderInterface.php checkin пре 2 година
ScopeValidatorInterface.php checkin пре 2 година
SetupInfo.php checkin пре 2 година
Shell.php checkin пре 2 година
State.php checkin пре 2 година
StaticResource.php checkin пре 2 година
TemplateTypesInterface.php checkin пре 2 година
View.php checkin пре 2 година
ViewInterface.php checkin пре 2 година

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