ConditionMatcherInterface
Used for TypoScript Conditions to be evaluated.
since v12, will be removed in v13 together with old TypoScript parser
Table of Contents
Methods
- match() : bool
- Matches a TypoScript condition expression.
Methods
match()
Matches a TypoScript condition expression.
public
match(string $expression) : bool
Parameters
- $expression : string
-
The expression to match
Return values
bool —Whether the expression matched