| 1 | <?php |
||
| 17 | class BooleanFilter implements FilterInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function getExpression(string $fieldName, FilterDataInterface $data): Expression |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | public function configureOptions(OptionsResolver $options) |
||
| 51 | } |
||
| 52 |