You are here

public function FormStateInterface::isMethodType in Zircon Profile 8.0

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

Returns the HTTP form method.

Parameters

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

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 796
Contains \Drupal\Core\Form\FormStateInterface.

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);