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

Breadcrumb

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

function Form::offsetExists

Returns true if the named field exists.

Parameters

string $name The field name:

File

vendor/symfony/dom-crawler/Form.php, line 290

Class

Form
Form represents an HTML form.

Namespace

Symfony\Component\DomCrawler

Code

public function offsetExists(mixed $name) : bool {
    return $this->has($name);
}
RSS feed
Powered by Drupal