You are here

public function AnimateAnyForm::getFormId in Animate Any 8

Function to get Form ID.

Overrides FormInterface::getFormId

File

src/Form/AnimateAnyForm.php, line 16

Class

AnimateAnyForm
Provides the Animate Any form.

Namespace

Drupal\animate_any\Form

Code

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