Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Form.php
function Form::all
Gets all fields.
Return value
FormField
[]
File
vendor/
symfony/
dom-crawler/
Form.php
, line 280
Class
Form
Form represents an HTML form.
Namespace
Symfony\Component\DomCrawler
Code
public
function
all
() : array {
return
$this
->
fields
->
all
(); }
RSS feed