You are here

namespace Drupal\form_api_example\Form in Examples for Developers 3.x

Same name in other branches
  1. 8 Drupal\form_api_example\Form
Classsort descending Location Description
AjaxAddMore modules/form_api_example/src/Form/AjaxAddMore.php Implements the ajax demo form controller.
AjaxAddRemoveElements modules/form_api_example/src/Form/AjaxAddRemoveElements.php Example ajax add remove buttons.
AjaxColorForm modules/form_api_example/src/Form/AjaxColorForm.php Implements the ajax demo form controller.
BuildDemo modules/form_api_example/src/Form/BuildDemo.php Implements the build demo form controller.
ContainerDemo modules/form_api_example/src/Form/ContainerDemo.php Implements the container demo form.
DemoBase modules/form_api_example/src/Form/DemoBase.php Implements common submit handler used in form_api_example demo forms.
InputDemo modules/form_api_example/src/Form/InputDemo.php Implements InputDemo form controller.
ModalForm modules/form_api_example/src/Form/ModalForm.php Implements the ModalForm form controller.
MultistepForm modules/form_api_example/src/Form/MultistepForm.php Provides a form with two steps.
SimpleForm modules/form_api_example/src/Form/SimpleForm.php Implements the SimpleForm form controller.
StateDemo modules/form_api_example/src/Form/StateDemo.php Implements the state demo form controller.
VerticalTabsDemo modules/form_api_example/src/Form/VerticalTabsDemo.php Implements the vertical tabs demo form controller.