Package

ViewHelpers

ViewHelper Documentation

v:condition.string.contains

Condition: String contains substring

Condition ViewHelper which renders the then child if provided string $haystack contains provided string $needle.

Arguments

then anySimpleType

Value to be returned if the condition if met.

else anySimpleType

Value to be returned if the condition if not met.

condition boolean

Condition expression conforming to Fluid boolean rules

haystack string

haystack

needle string

need

ViewHelper Resources

Schema Resources