function 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 837
Class
- FormStateInterface
- Provides an interface for an object containing the current state of a form.
Namespace
Drupal\Core\FormCode
public function isMethodType($method_type);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.