[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/twig-bridge/Extension/ -> FormExtension.php (summary)

(no description)

File Size: 204 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FormExtension:: (13 methods):
  __construct()
  initRuntime()
  getTokenParsers()
  getFunctions()
  getFilters()
  getTests()
  __get()
  __set()
  __isset()
  __unset()
  getName()
  twig_is_selected_choice()
  twig_is_root_form()


Class: FormExtension  - X-Ref

FormExtension extends Twig with form capabilities.

__construct($renderer = null)   X-Ref


initRuntime(Environment $environment)   X-Ref
{@inheritdoc}

To be removed in 4.0

getTokenParsers()   X-Ref
{@inheritdoc}


getFunctions()   X-Ref
{@inheritdoc}


getFilters()   X-Ref
{@inheritdoc}


getTests()   X-Ref
{@inheritdoc}


__get($name)   X-Ref


__set($name, $value)   X-Ref


__isset($name)   X-Ref


__unset($name)   X-Ref


getName()   X-Ref
{@inheritdoc}


twig_is_selected_choice(ChoiceView $choice, $selectedValue)   X-Ref
Returns whether a choice is selected for a given form value.

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

param: string|array $selectedValue The selected value to compare
return: bool Whether the choice is selected

twig_is_root_form(FormView $formView)   X-Ref




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1