class BooleanOrBothType extends BaseType

This filter accepts either a boolean value, or '*' which means both, true and false

Constants

ANY

Methods

getType()

No description

isValid($value)

No description

getFormattedValue($value)

No description

getFormType()

No description

getFormOptions()

No description

verifyForm($value, ExecutionContextInterface $context)

No description

from  BaseType

Details

at line 26
getType()

at line 31
isValid($value)

Parameters

$value

at line 36
getFormattedValue($value)

Parameters

$value

at line 44
getFormType()

at line 49
getFormOptions()

in BaseType at line 35
verifyForm($value, ExecutionContextInterface $context)

Parameters

$value
ExecutionContextInterface $context