You are here

public function TokenCustomTypeForm::getFormId in Custom Tokens 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides EntityForm::getFormId

File

src/Form/TokenCustomTypeForm.php, line 19

Class

TokenCustomTypeForm
Configure custom settings for this site.

Namespace

Drupal\token_custom\Form

Code

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