public function OAuthDeleteConsumerForm::getFormName in OAuth 1.0 8
Same name and namespace in other branches
- 8.2 src/Form/OAuthDeleteConsumerForm.php \Drupal\oauth\Form\OAuthDeleteConsumerForm::getFormName()
Returns the internal name used to refer to the confirmation item.
Return value
string The internal form name.
Overrides ConfirmFormBase::getFormName
File
- src/
Form/ OAuthDeleteConsumerForm.php, line 94 - Contains \Drupal\oauth\Form\OAuthDeleteConsumerForm.
Class
- OAuthDeleteConsumerForm
- Provides an oauth_consumer deletion confirmation form.
Namespace
Drupal\oauth\FormCode
public function getFormName() {
return static::NAME;
}