‪TYPO3CMS  ‪main
TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent Class Reference

Public Member Functions

 __construct (private array $typoLinkParts, private readonly string $typoLink, private readonly string $delimiter, private readonly string $emptyValueSymbol)
 
 getTypoLinkParts ()
 
 setTypoLinkParts (array $typoLinkParts)
 
 getTypoLink ()
 
 getDelimiter ()
 
 getEmptyValueSymbol ()
 

Detailed Description

Listeners are able to modify the decoded link parts of a TypoLink

Definition at line 23 of file AfterTypoLinkDecodedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent::__construct ( private array  $typoLinkParts,
private readonly string  $typoLink,
private readonly string  $delimiter,
private readonly string  $emptyValueSymbol 
)

Definition at line 25 of file AfterTypoLinkDecodedEvent.php.

Member Function Documentation

◆ getDelimiter()

TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent::getDelimiter ( )

Definition at line 47 of file AfterTypoLinkDecodedEvent.php.

◆ getEmptyValueSymbol()

TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent::getEmptyValueSymbol ( )

Definition at line 52 of file AfterTypoLinkDecodedEvent.php.

◆ getTypoLink()

TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent::getTypoLink ( )

Definition at line 42 of file AfterTypoLinkDecodedEvent.php.

◆ getTypoLinkParts()

TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent::getTypoLinkParts ( )

Definition at line 32 of file AfterTypoLinkDecodedEvent.php.

◆ setTypoLinkParts()

TYPO3\CMS\Core\LinkHandling\Event\AfterTypoLinkDecodedEvent::setTypoLinkParts ( array  $typoLinkParts)