選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
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