You are here

class ActionEditForm in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/action/src/Form/ActionEditForm.php \Drupal\action\Form\ActionEditForm
  2. 9 core/modules/action/src/Form/ActionEditForm.php \Drupal\action\Form\ActionEditForm

Provides a form for action edit forms.

@internal

Hierarchy

Expanded class hierarchy of ActionEditForm

1 file declares its use of ActionEditForm
action.module in core/modules/action/action.module
This is the Actions module for executing stored actions.

File

core/modules/action/src/Form/ActionEditForm.php, line 10

Namespace

Drupal\action\Form
View source
class ActionEditForm extends ActionFormBase {

}

Members