![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
canHandleLink (array $linkParts) | |
formatCurrentUrl () | |
render (ServerRequestInterface $request) | |
getBodyTagAttributes () | |
![]() | |
__construct () | |
initialize (AbstractLinkBrowserController $linkBrowser, $identifier, array $configuration) | |
getLinkAttributes () | |
modifyLinkAttributes (array $fieldDefinitions) | |
isUpdateSupported () | |
![]() | |
getLinkAttributes () | |
modifyLinkAttributes (array $fieldDefinitions) | |
initialize (AbstractLinkBrowserController $linkBrowser, $identifier, array $configuration) | |
isUpdateSupported () | |
Protected Attributes | |
$linkParts = [] | |
$updateSupported = false | |
![]() | |
$linkAttributes = [ 'target', 'title', 'class', 'params', 'rel' ] | |
$updateSupported = true | |
$linkBrowser | |
$iconFactory | |
Additional Inherited Members | |
![]() | |
setTemporaryDbMounts () | |
getBackendUser () | |
getLanguageService () | |
Link handler for email links
Definition at line 24 of file MailLinkHandler.php.
__construct | ( | ) |
Constructor
Definition at line 43 of file MailLinkHandler.php.
canHandleLink | ( | array | $linkParts | ) |
Checks if this is the handler for the given link
The handler may store this information locally for later usage.
array | $linkParts | Link parts as returned from TypoLinkCodecService |
Implements LinkHandlerInterface.
Definition at line 64 of file MailLinkHandler.php.
References MailLinkHandler\$linkParts.
formatCurrentUrl | ( | ) |
Format the current link for HTML output
Implements LinkHandlerInterface.
Definition at line 78 of file MailLinkHandler.php.
getBodyTagAttributes | ( | ) |
Implements LinkHandlerInterface.
Definition at line 118 of file MailLinkHandler.php.
render | ( | ServerRequestInterface | $request | ) |
Render the link handler
ServerRequestInterface | $request |
Implements LinkHandlerInterface.
Definition at line 90 of file MailLinkHandler.php.
References $lang, AbstractLinkHandler\getLanguageService(), and GeneralUtility\makeInstance().
|
protected |
Definition at line 31 of file MailLinkHandler.php.
Referenced by MailLinkHandler\canHandleLink().
|
protected |
Definition at line 38 of file MailLinkHandler.php.