Свойство | Type | Description | |
---|---|---|---|
$configurationManager | TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface | ||
$contentObject | TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | ||
$tsfeBackup | contains a backup of the current $GLOBALS['TSFE'] if used in BE mode | ||
$workingDirectoryBackup | string |
Méthode | Description | |
---|---|---|
initializeArguments ( ) : void | Initialize arguments. | |
injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void | ||
preprocessImages ( array $files, boolean $onlyProperties = false ) : array | null | ||
preprocessSourceUri ( string $source ) : string | Turns a relative source URI into an absolute URL if required |
Méthode | Description | |
---|---|---|
resetFrontendEnvironment ( ) : void | Resets $GLOBALS['TSFE'] if it was previously changed by simulateFrontendEnvironment() | |
simulateFrontendEnvironment ( ) : void | Prepares $GLOBALS['TSFE'] for Backend mode This somewhat hacky work around is currently needed because the getImgResource() function of \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer relies on those variables to be set |
public initializeArguments ( ) : void | ||
Résultat | void |
public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void | ||
$configurationManager | TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface | |
Résultat | void |
public preprocessSourceUri ( string $source ) : string | ||
$source | string | |
Résultat | string |
protected resetFrontendEnvironment ( ) : void | ||
Résultat | void |
protected simulateFrontendEnvironment ( ) : void | ||
Résultat | void |
protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager | ||
Résultat | TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface |
protected ContentObjectRenderer,TYPO3\CMS\Frontend\ContentObject $contentObject | ||
Résultat | TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer |
protected $tsfeBackup |
protected string $workingDirectoryBackup | ||
Résultat | string |