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

Fichier

src/Form/EntityCloneSettingsForm.php, line 54

Classe

EntityCloneSettingsForm
Provide the settings form for entity clone.

Namespace

Drupal\entity_clone\Form

Code

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