Same name and namespace in other branches
  1. 8.x-1.x src/Form/EntityCloneSettingsForm.php \Drupal\entity_clone\Form\EntityCloneSettingsForm::getFormId()

File

src/Form/EntityCloneSettingsForm.php, line 54

Class

EntityCloneSettingsForm
Provide the settings form for entity clone.

Namespace

Drupal\entity_clone\Form

Code

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