function FormStateDecoratorBase::isMethodType
Returns the HTTP form method.
Parameters
string $method_type: The HTTP form method.
Return value
bool TRUE if the HTTP form method matches.
Overrides FormStateInterface::isMethodType
File
-
core/
lib/ Drupal/ Core/ Form/ FormStateDecoratorBase.php, line 162
Class
- FormStateDecoratorBase
- Decorates another form state.
Namespace
Drupal\Core\FormCode
public function isMethodType($method_type) {
return $this->decoratedFormState
->isMethodType($method_type);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.