From 8c8ef6a97bf20504d1551f94df9d7255f3a48858 Mon Sep 17 00:00:00 2001 From: Thorsten Griebenow Date: Wed, 20 Jan 2021 09:54:59 +0100 Subject: [PATCH] Update Bootstrap.rst I had difficulty understanding exactly what was meant here and hope this is still transmitting the correct content :) --- Documentation/Extbase/Step3Documentation/Bootstrap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Extbase/Step3Documentation/Bootstrap.rst b/Documentation/Extbase/Step3Documentation/Bootstrap.rst index 1c3b05a..027d65e 100644 --- a/Documentation/Extbase/Step3Documentation/Bootstrap.rst +++ b/Documentation/Extbase/Step3Documentation/Bootstrap.rst @@ -32,8 +32,8 @@ global TypoScript template:: pluginName = Products } -As soon as you add this Extbase plugin to a page, the method *run* in the class *tx_extbase_core_bootstrap* is -exectued. So that it knows wich extension and plugin we're dealing with, information about the *extensionName* and +As soon as you add this Extbase plugin to a page, the method *run* of the class *tx_extbase_core_bootstrap* is being +exectued. Now the page knows which extension and plugin you're dealing with, information on the *extensionName* and *pluginName* are passed to the method. This is where the actual bootstrapping takes place.:: $this->initializeObjectManager();