function FormStateInterface::isMethodType

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::isMethodType()
  2. 8.9.x core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::isMethodType()
  3. 10 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

2 methods override FormStateInterface::isMethodType()
FormState::isMethodType in core/lib/Drupal/Core/Form/FormState.php
Returns the HTTP form method.
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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.