TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _psr14events:
|
||||
|
||||
=============
|
||||
PSR-14 events
|
||||
=============
|
||||
|
||||
The following PSR-14 events are available to extend the functionality:
|
||||
|
||||
.. _AfterAutoCreateRedirectHasBeenPersistedEvent:
|
||||
|
||||
AfterAutoCreateRedirectHasBeenPersistedEvent
|
||||
============================================
|
||||
|
||||
React on persisted auto-created redirects.
|
||||
:ref:`More details <t3coreapi:AfterAutoCreateRedirectHasBeenPersistedEvent>`
|
||||
|
||||
.. _BeforeRedirectMatchDomainEvent:
|
||||
|
||||
BeforeRedirectMatchDomainEvent
|
||||
==============================
|
||||
|
||||
Implement a custom redirect matching upon the loaded redirects or return a
|
||||
matched redirect record from other sources.
|
||||
:ref:`More details <t3coreapi:BeforeRedirectMatchDomainEvent>`
|
||||
|
||||
.. _AfterPageUrlsForSiteForRedirectIntegrityHaveBeenCollectedEvent:
|
||||
|
||||
AfterPageUrlsForSiteForRedirectIntegrityHaveBeenCollectedEvent
|
||||
==========================
|
||||
|
||||
Fetch and alter the list of URLs checked when calling the :ref:`redirects:checkintegrity <redirects-checkintegrity>`
|
||||
command.
|
||||
:ref:`More details <t3coreapi:AfterPageUrlsForSiteForRedirectIntegrityHaveBeenCollectedEvent>`
|
||||
|
||||
.. _ModifyAutoCreateRedirectRecordBeforePersistingEvent:
|
||||
|
||||
ModifyAutoCreateRedirectRecordBeforePersistingEvent
|
||||
===================================================
|
||||
|
||||
Modify the redirect record before it is persisted to the database.
|
||||
:ref:`More details <t3coreapi:ModifyAutoCreateRedirectRecordBeforePersistingEvent>`
|
||||
|
||||
.. _ModifyRedirectManagementControllerViewDataEvent:
|
||||
|
||||
ModifyRedirectManagementControllerViewDataEvent
|
||||
===============================================
|
||||
|
||||
Modify or enrich view data for the
|
||||
:php:`\TYPO3\CMS\Redirects\Controller\ManagementController`.
|
||||
:ref:`More details <t3coreapi:ModifyRedirectManagementControllerViewDataEvent>`
|
||||
|
||||
.. _RedirectTargetIntegrityCheckEvent:
|
||||
|
||||
RedirectTargetIntegrityCheckEvent
|
||||
=================================
|
||||
|
||||
Validate redirect targets during the integrity check and flag broken redirects.
|
||||
|
||||
.. _RedirectWasHitEvent:
|
||||
|
||||
RedirectWasHitEvent
|
||||
===================
|
||||
|
||||
Process the matched redirect further and adjust the PSR-7 response.
|
||||
:ref:`More details <t3coreapi:RedirectWasHitEvent>`
|
||||
|
||||
.. _SlugRedirectChangeItemCreatedEvent:
|
||||
|
||||
SlugRedirectChangeItemCreatedEvent
|
||||
==================================
|
||||
|
||||
Manage the redirect sources for which redirects should be created.
|
||||
:ref:`More details <t3coreapi:SlugRedirectChangeItemCreatedEvent>`
|
||||
Reference in New Issue
Block a user