PSR-14 events¶
The following PSR-14 events are available to extend the functionality:
AfterAutoCreateRedirectHasBeenPersistedEvent¶
React on persisted auto-created redirects. More details
BeforeRedirectMatchDomainEvent¶
Implement a custom redirect matching upon the loaded redirects or return a matched redirect record from other sources. More details
ModifyAutoCreateRedirectRecordBeforePersistingEvent¶
Modify the redirect record before it is persisted to the database. More details
ModifyRedirectManagementControllerViewDataEvent¶
Modify or enrich view data for the
\TYPO3\CMS\Redirects\Controller\ManagementController
.
More details
RedirectWasHitEvent¶
Process the matched redirect further and adjust the PSR-7 response. More details
SlugRedirectChangeItemCreatedEvent¶
Manage the redirect sources for which redirects should be created. More details