Skip to content

Instantly share code, notes, and snippets.

@radmiraal
Created October 17, 2012 21:59
Show Gist options
  • Save radmiraal/3908563 to your computer and use it in GitHub Desktop.
Save radmiraal/3908563 to your computer and use it in GitHub Desktop.
if ($this->controllerContext->getRequest()->getParentRequest() instanceof \TYPO3\Flow\Http\Request) {
// Check for Scaff subrequest
if ($this->controllerContext->getRequest()->getParentRequest()->getArgument('--content')) {
\TYPO3\Flow\var_dump($this->controllerContext->getRequest()->getParentRequest()->getArgument('--content'));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment