You are here

public function ProtectedPagesDeleteConfirmForm::getFormId in Protected Pages 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/ProtectedPagesDeleteConfirmForm.php, line 87

Class

ProtectedPagesDeleteConfirmForm
Provides delete protected page confirm form.

Namespace

Drupal\protected_pages\Form

Code

public function getFormId() {
  return 'protected_pages_delete_confirm_form';
}