Skip to content

Instantly share code, notes, and snippets.

@chris-at-github
Created September 15, 2017 07:45
Show Gist options
  • Save chris-at-github/a672a05deacc3ed7c0f8618933d84e89 to your computer and use it in GitHub Desktop.
Save chris-at-github/a672a05deacc3ed7c0f8618933d84e89 to your computer and use it in GitHub Desktop.
<?php
/**
* @return \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController
*/
protected function getFrontend() {
return $GLOBALS['TSFE'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment