‪TYPO3CMS  10.4
TYPO3\CMS\Seo\Compatibility\SlotReplacement Class Reference

Public Member Functions

 __construct (SignalSlotDispatcher $signalSlotDispatcher)
 
 beforeGeneratingCanonical (ModifyUrlForCanonicalTagEvent $event)
 

Protected Attributes

SignalSlotDispatcher $signalSlotDispatcher
 

Detailed Description

This class provides a replacement for all existing signals in EXT:seo of TYPO3 Core, which now act as a simple wrapper for PSR-14 events with a simple ("first prioritized") listener implementation.

Please note that this class will likely be removed in TYPO3 v11, and Extension Authors should switch to PSR-14 event listeners.

Definition at line 31 of file SlotReplacement.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Seo\Compatibility\SlotReplacement::__construct ( SignalSlotDispatcher  $signalSlotDispatcher)

Member Function Documentation

◆ beforeGeneratingCanonical()

TYPO3\CMS\Seo\Compatibility\SlotReplacement::beforeGeneratingCanonical ( ModifyUrlForCanonicalTagEvent  $event)

Member Data Documentation

◆ $signalSlotDispatcher

SignalSlotDispatcher TYPO3\CMS\Seo\Compatibility\SlotReplacement::$signalSlotDispatcher
protected