Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::isMethodType()
  2. 9 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::isMethodType()

Returns the HTTP form method.

Parameters

string $method_type: The HTTP form method.

Return value

bool TRUE if the HTTP form method matches.

See also

\Drupal\Core\Form\FormState::$method

1 method overrides FormStateInterface::isMethodType()
FormStateDecoratorBase::isMethodType in core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
Returns the HTTP form method.

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 836

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function isMethodType($method_type);