EmailViewHelper extends AbstractTagBasedViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <f:link.email>

FinalYes

ViewHelper to generate an email link (`mailto:`), respecting TYPO3s `spamProtectEmailAddresses` TypoScript setting.

  <f:link.email email="foo@example.com" subject="Website contact" cc="fooSupervisor@example.com" />
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-link-email
see
https://docs.typo3.org/permalink/t3tsref:confval-config-spamprotectemailaddresses

Table of Contents

Properties

$tagName  : string

Methods

initializeArguments()  : void
render()  : string

Properties

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Return values
string

        
On this page

Search results