Documentation

FormExtension.php

Table of Contents

Classes

FormExtension
FormExtension extends Twig with form capabilities.

Functions

twig_is_selected_choice()  : bool
Returns whether a choice is selected for a given form value.

Functions

twig_is_selected_choice()

Returns whether a choice is selected for a given form value.

twig_is_selected_choice(ChoiceView $choice, string|array<string|int, mixed>|null $selectedValue) : bool

This is a function and not callable due to performance reasons.

Parameters
$choice : ChoiceView
$selectedValue : string|array<string|int, mixed>|null
Tags
see
ChoiceView::isSelected()
Return values
bool

        
On this page

Search results