ChoiceFormField::availableOptionValues()
  • References/PHP/Symfony/Component/DomCrawler/Field

array availableOptionValues() Returns list of available field options.

2025-01-10 15:47:30
FileFormField
  • References/PHP/Symfony/Component/DomCrawler/Field

class FileFormField extends FormField

2025-01-10 15:47:30
FormField::hasValue()
  • References/PHP/Symfony/Component/DomCrawler/Field

bool hasValue() Returns true if the field should be included in the submitted values.

2025-01-10 15:47:30
ChoiceFormField::hasValue()
  • References/PHP/Symfony/Component/DomCrawler/Field

bool hasValue() Returns true if the field should be included in the submitted values.

2025-01-10 15:47:30
FormFieldRegistry
  • References/PHP/Symfony/Component/DomCrawler

class FormFieldRegistry This is an internal class that must not be used directly.

2025-01-10 15:47:30
Form::getValues()
  • References/PHP/Symfony/Component/DomCrawler

array getValues() Gets the field values. The returned array does not include file fields

2025-01-10 15:47:30
Crawler::filterXPath()
  • References/PHP/Symfony/Component/DomCrawler

Crawler filterXPath(string $xpath)

2025-01-10 15:47:30
Form::getPhpValues()
  • References/PHP/Symfony/Component/DomCrawler

array getPhpValues() Gets the field values as PHP. This method converts fields with the

2025-01-10 15:47:30
Crawler::last()
  • References/PHP/Symfony/Component/DomCrawler

Crawler last()

2025-01-10 15:47:30
Form::getFiles()
  • References/PHP/Symfony/Component/DomCrawler

array getFiles() Gets the file field values.

2025-01-10 15:47:30