Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FormFieldRegistry.php

function FormFieldRegistry::all

Returns the list of field with their value.

Return value

FormField[] The list of fields as [string] Fully qualified name => (mixed) value)

File

vendor/symfony/dom-crawler/FormFieldRegistry.php, line 128

Class

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

Namespace

Symfony\Component\DomCrawler

Code

public function all() : array {
    return $this->walk($this->fields, $this->base);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal