Manual:FormAction.php
Appearance
| MediaWiki file: FormAction.php | |
|---|---|
| Location: | includes/actions/ (includes/Actions/ in 1.46 or later) |
| Source code: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| Classes: | MediaWiki\Actions\FormAction |
Abstract class for any action that shows a form and does something based on the input from the form (as opposed to FormlessAction). Extends Action.