‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Page\ImportMapFactory Class Reference
Inheritance diagram for TYPO3\CMS\Core\Page\ImportMapFactory:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 __construct (private readonly HashService $hashService, private readonly PackageManager $packageManager, private readonly FrontendInterface $assetsCache, private readonly EventDispatcherInterface $eventDispatcher, private readonly string $cacheIdentifier,)
 
 create (bool $bustSuffix=true)
 

Detailed Description

Definition at line 26 of file ImportMapFactory.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Page\ImportMapFactory::__construct ( private readonly HashService  $hashService,
private readonly PackageManager  $packageManager,
private readonly FrontendInterface  $assetsCache,
private readonly EventDispatcherInterface  $eventDispatcher,
private readonly string  $cacheIdentifier 
)

Definition at line 28 of file ImportMapFactory.php.

Member Function Documentation

◆ create()

TYPO3\CMS\Core\Page\ImportMapFactory::create ( bool  $bustSuffix = true)

Definition at line 36 of file ImportMapFactory.php.