File tree 2 files changed +5
-5
lines changed
Documentation/ApiOverview/RequestLifeCycle
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ calling :php:`Bootstrap::init()` and serves as an entry point for later calling
12
12
an application class, depending on several context-dependant constraints.
13
13
14
14
Each application class registers request handlers to
15
- run a certain request type (e.g. eID or TSFE-logic, or Ajax requests in the Backend ). Each application is handed
16
- over the class loader provided by Composer.
15
+ run a certain request type (e.g. eID or Ajax requests in the backend ). Each
16
+ application is handed over the class loader provided by Composer.
17
17
18
18
Applications
19
19
============
@@ -25,7 +25,7 @@ There are four types of applications provided by the TYPO3 Core:
25
25
-----------------------------------------
26
26
27
27
This class handles all incoming web requests coming through :file: `index.php `
28
- in the public web directory. It handles all regular page (TSFE) and eID requests.
28
+ in the public web directory. It handles all regular page and eID requests.
29
29
30
30
It checks if all configuration is set, otherwise redirects to the TYPO3 Install
31
31
Tool.
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ the configuration is not applied. This is usually no problem - Extbase plugins
99
99
are typically either included as :ref: `USER content object <t3tsref:cobj-user >`
100
100
(its content is cached and returned together with other content elements in
101
101
fully-cached page context), or the Extbase plugin is registered as USER_INT. In
102
- this case, the :ref: ` TSFE < tsfe >` takes care of calculating TypoScript before
102
+ this case, the TYPO3 Core takes care of calculating TypoScript before
103
103
the plugin is rendered, while other USER content objects are fetched from page
104
104
cache.
105
105
@@ -117,7 +117,7 @@ that already use Extbase in a middleware have the following options:
117
117
118
118
* Move away from the middleware and register the Extbase instance as a casual
119
119
:ref: `USER_INT <t3tsref:cobj-user-int >` object via TypoScript: Extbase is
120
- designed to be executed like this, the TSFE bootstrap will take care of
120
+ designed to be executed like this, the bootstrap will take care of
121
121
properly calculating TypoScript, and Extbase will run as expected.
122
122
123
123
Note that with TYPO3 v12, the overhead of USER_INT content objects has been
You can’t perform that action at this time.
0 commit comments