‪TYPO3CMS  ‪main
TYPO3\CMS\Redirects\RedirectUpdate\SlugRedirectChangeItemFactory Class Reference

Public Member Functions

 __construct (private readonly SiteFinder $siteFinder, private readonly EventDispatcherInterface $eventDispatcher,)
 
 create (int $pageId, ?array $original=null, ?array $changed=null)
 

Detailed Description

This factory class is a specific implementation for creating SlugRedirectChangeItems and is not part of the public TYPO3 API.

Definition at line 30 of file SlugRedirectChangeItemFactory.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Redirects\RedirectUpdate\SlugRedirectChangeItemFactory::__construct ( private readonly SiteFinder  $siteFinder,
private readonly EventDispatcherInterface  $eventDispatcher 
)

Definition at line 32 of file SlugRedirectChangeItemFactory.php.

Member Function Documentation

◆ create()

TYPO3\CMS\Redirects\RedirectUpdate\SlugRedirectChangeItemFactory::create ( int  $pageId,
?array  $original = null,
?array  $changed = null 
)

Definition at line 37 of file SlugRedirectChangeItemFactory.php.