‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Configuration\Processor\Placeholder\PlaceholderProcessorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Configuration\Processor\Placeholder\PlaceholderProcessorInterface:
TYPO3\CMS\Core\Configuration\Processor\Placeholder\EnvVariableProcessor TYPO3\CMS\Core\Configuration\Processor\Placeholder\ValueFromReferenceArrayProcessor

Public Member Functions

 canProcess (string $placeholder, array $referenceArray)
 
mixed process (string $value, array $referenceArray)
 

Detailed Description

Definition at line 18 of file PlaceholderProcessorInterface.php.

Member Function Documentation

◆ canProcess()

TYPO3\CMS\Core\Configuration\Processor\Placeholder\PlaceholderProcessorInterface::canProcess ( string  $placeholder,
array  $referenceArray 
)

◆ process()

mixed TYPO3\CMS\Core\Configuration\Processor\Placeholder\PlaceholderProcessorInterface::process ( string  $value,
array  $referenceArray 
)