‪TYPO3CMS  ‪main
TYPO3\CMS\Core\DependencyInjection\SoftReferenceParserPass Class Reference
Inheritance diagram for TYPO3\CMS\Core\DependencyInjection\SoftReferenceParserPass:

Public Member Functions

 __construct (string $tagName)
 
 process (ContainerBuilder $container)
 

Protected Attributes

string $tagName
 

Detailed Description

Compiler pass to register tagged softreference parsers

Definition at line 29 of file SoftReferenceParserPass.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\DependencyInjection\SoftReferenceParserPass::__construct ( string  $tagName)

Member Function Documentation

◆ process()

TYPO3\CMS\Core\DependencyInjection\SoftReferenceParserPass::process ( ContainerBuilder  $container)

Definition at line 38 of file SoftReferenceParserPass.php.

Member Data Documentation

◆ $tagName

string TYPO3\CMS\Core\DependencyInjection\SoftReferenceParserPass::$tagName
protected