You are here

public function CkeditorAbbreviationDialog::getFormId in CKEditor Abbreviation 2.0.x

Gets the form's ID.

Return value

string

Overrides FormInterface::getFormId

File

src/Form/CkeditorAbbreviationDialog.php, line 22

Class

CkeditorAbbreviationDialog
Provides an abbreviation dialog for text editors.

Namespace

Drupal\ckeditor_abbreviation\Form

Code

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