‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching\ConditionMatcherInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching\ConditionMatcherInterface:
TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching\AbstractConditionMatcher TYPO3\CMS\Backend\Configuration\TypoScript\ConditionMatching\ConditionMatcher TYPO3\CMS\Frontend\Configuration\TypoScript\ConditionMatching\ConditionMatcher

Public Member Functions

bool match ($expression)
 

Detailed Description

Used for TypoScript Conditions to be evaluated.

Deprecated:
‪since v12, will be removed in v13 together with old TypoScript parser

Definition at line 25 of file ConditionMatcherInterface.php.

Member Function Documentation

◆ match()

bool TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching\ConditionMatcherInterface::match (   $expression)

Matches a TypoScript condition expression.

Parameters
string$expression‪The expression to match
Returns
‪bool Whether the expression matched

Implemented in TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching\AbstractConditionMatcher.

Referenced by TYPO3\CMS\Core\Configuration\Parser\PageTsConfigParser\matching().