function AddEventForm::getFormId

Overrides FormInterface::getFormId

File

src/Form/AddEventForm.php, line 53

Class

AddEventForm
UI form to add an event to a rule.

Namespace

Drupal\rules\Form

Code

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