‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Core\BootstrapInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Core\BootstrapInterface:
TYPO3\CMS\Extbase\Core\Bootstrap

Public Member Functions

string run (string $content, array $configuration)
 

Detailed Description

Bootstrap Interface

only to be used within Extbase, not part of TYPO3 Core API.

Definition at line 24 of file BootstrapInterface.php.

Member Function Documentation

◆ run()

string TYPO3\CMS\Extbase\Core\BootstrapInterface::run ( string  $content,
array  $configuration 
)

Runs the the Extbase Framework by resolving an appropriate Request Handler and passing control to it. If the Framework is not initialized yet, it will be initialized.

Parameters
string$content‪The content. Not used
array$configuration‪The TS configuration array
Returns
‪string $content The processed content

Implemented in TYPO3\CMS\Extbase\Core\Bootstrap.