‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Configuration\Processor\PlaceholderProcessorList Class Reference

Public Member Functions

 __construct ($processorList=[])
 
PlaceholderProcessorInterface[] compile ()
 

Protected Attributes

PlaceholderProcessorInterface[] $processors
 

Detailed Description

Orders and returns given PlaceholderProcessors

Definition at line 25 of file PlaceholderProcessorList.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Configuration\Processor\PlaceholderProcessorList::__construct (   $processorList = [])

Definition at line 31 of file PlaceholderProcessorList.php.

Member Function Documentation

◆ compile()

PlaceholderProcessorInterface [] TYPO3\CMS\Core\Configuration\Processor\PlaceholderProcessorList::compile ( )
Returns
‪PlaceholderProcessorInterface[]

Definition at line 39 of file PlaceholderProcessorList.php.

References TYPO3\CMS\Core\Configuration\Processor\PlaceholderProcessorList\$processors.

Member Data Documentation

◆ $processors

PlaceholderProcessorInterface [] TYPO3\CMS\Core\Configuration\Processor\PlaceholderProcessorList::$processors
protected