TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Hook\Frontend\Controller\TypoScriptFrontendControllerHook Class Reference

Public Member Functions

 contentPostProcOutput (array $params, \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController $controller)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Frontend hook to add meta tag when rtehtmlarea is present and user agent is IE 11+

Definition at line 19 of file TypoScriptFrontendControllerHook.php.

Member Function Documentation

◆ contentPostProcOutput()

TYPO3\CMS\Rtehtmlarea\Hook\Frontend\Controller\TypoScriptFrontendControllerHook::contentPostProcOutput ( array  $params,
\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController  $controller 
)

Add meta tag when rtehtmlarea is present and user agent is IE 11+

Parameters
array$params
\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController$controller
Returns
void

Definition at line 28 of file TypoScriptFrontendControllerHook.php.

References TYPO3\CMS\Core\Utility\ClientUtility\getBrowserInfo(), and TYPO3\CMS\Core\Utility\GeneralUtility\getIndpEnv().