TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Core\BootstrapInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Core\BootstrapInterface:
TYPO3\CMS\Extbase\Core\Bootstrap

Public Member Functions

 run ($content, $configuration)
 

Detailed Description

Bootstrap Interface

Definition at line 20 of file BootstrapInterface.php.

Member Function Documentation

◆ run()

TYPO3\CMS\Extbase\Core\BootstrapInterface::run (   $content,
  $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$contentThe content. Not used
array$configurationThe TS configuration array
Returns
string $content The processed content

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