function ActionAdminManageForm::getFormId

Same name and namespace in other branches
  1. 8.9.x core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::getFormId()
  2. 10 core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::getFormId()
  3. 11.x core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/action/src/Form/ActionAdminManageForm.php, line 46

Class

ActionAdminManageForm
Provides a configuration form for configurable actions.

Namespace

Drupal\action\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.