‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent Class Reference

Public Member Functions

 __construct (array $linkExplanation, private readonly array $linkData, private readonly array $linkParts, private readonly array $elementData,)
 
 getLinkData ()
 
 getLinkParts ()
 
 getElementData ()
 
 getLinkExplanation ()
 
 setLinkExplanation (array $linkExplanation)
 
 getLinkExplanationValue (string $key, mixed $default=null)
 
 setLinkExplanationValue (string $key, mixed $value)
 

Private Attributes

array $linkExplanation
 

Detailed Description

Listeners to this Event will be able to modify the link explanation array, used in FormEngine for link fields

Definition at line 23 of file ModifyLinkExplanationEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::__construct ( array  $linkExplanation,
private readonly array  $linkData,
private readonly array  $linkParts,
private readonly array  $elementData 
)

Member Function Documentation

◆ getElementData()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::getElementData ( )

Definition at line 46 of file ModifyLinkExplanationEvent.php.

◆ getLinkData()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::getLinkData ( )

Definition at line 36 of file ModifyLinkExplanationEvent.php.

◆ getLinkExplanation()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::getLinkExplanation ( )

◆ getLinkExplanationValue()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::getLinkExplanationValue ( string  $key,
mixed  $default = null 
)

Definition at line 61 of file ModifyLinkExplanationEvent.php.

◆ getLinkParts()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::getLinkParts ( )

Definition at line 41 of file ModifyLinkExplanationEvent.php.

◆ setLinkExplanation()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::setLinkExplanation ( array  $linkExplanation)

◆ setLinkExplanationValue()

TYPO3\CMS\Backend\Form\Event\ModifyLinkExplanationEvent::setLinkExplanationValue ( string  $key,
mixed  $value 
)

Definition at line 66 of file ModifyLinkExplanationEvent.php.

Member Data Documentation

◆ $linkExplanation