![]() |
TYPO3
7.6
|
Public Member Functions | |
process ($context, $url, array $configuration,\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $contentObjectRenderer, &$keepProcessing) | |
Public Attributes | |
const | CONTEXT_COMMON = 'common' |
const | CONTEXT_FILE = 'file' |
const | CONTEXT_MAIL = 'mail' |
const | CONTEXT_EXTERNAL = 'external' |
This interface needs to be implemented by all classes that register for the hook in: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['urlProcessing']['urlProcessors']
It can be used manipulate URLs that are generated by the ContentObjectRenderer.
Definition at line 23 of file UrlProcessorInterface.php.
process | ( | $context, | |
$url, | |||
array | $configuration, | ||
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | $contentObjectRenderer, | ||
& | $keepProcessing | ||
) |
Generates the JumpURL for the given parameters.
string | $context | The context in which the URL is generated (e.g. "typolink" or one of the constants above). |
string | $url | The URL that should be processed. |
array | $configuration | The link configuration. |
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | $contentObjectRenderer | The calling content object renderer. |
bool | $keepProcessing | If this is set to FALSE no further hooks will be processed after the current one. |
const CONTEXT_COMMON = 'common' |
Definition at line 25 of file UrlProcessorInterface.php.
Referenced by ContentObjectRenderer\http_makelinks().
const CONTEXT_EXTERNAL = 'external' |
Definition at line 28 of file UrlProcessorInterface.php.
const CONTEXT_FILE = 'file' |
Definition at line 26 of file UrlProcessorInterface.php.
const CONTEXT_MAIL = 'mail' |
Definition at line 27 of file UrlProcessorInterface.php.
Referenced by ContentObjectRenderer\getMailTo().