PHP Class Contao\CoreBundle\Controller\InsertTagsController

Do not just call this Controller directly! It is supposed to be used within ESI requests that are protected by the fragment uri signer of Symfony. If you call it directly, make sure you check for all permissions needed because insert tags can contain arbitrary data!
Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Show file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
__construct ( $framework ) Constructor.
renderAction ( string $insertTag ) : Response Renders an insert tag.

Method Details

__construct() public method

Constructor.
public __construct ( $framework )
$framework

renderAction() public method

Renders an insert tag.
public renderAction ( string $insertTag ) : Response
$insertTag string
return Symfony\Component\HttpFoundation\Response