class FormBase
Base form alter class.
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Form\FormBase implements FormInterface
Expanded class hierarchy of FormBase
Related topics
Namespace
Drupal\bootstrap\Plugin\FormMembers
Name | Modifiers | Type | Description |
---|---|---|---|
FormBase:: |
public | function |
The alter method to store the code. Overrides FormInterface:: |
FormBase:: |
public | function |
The alter method to store the code. Overrides FormInterface:: |
FormBase:: |
public static | function |
Form submission handler. Overrides FormInterface:: |
FormBase:: |
public static | function |
Form submission handler. Overrides FormInterface:: |
FormBase:: |
public static | function |
Form validation handler. Overrides FormInterface:: |
FormBase:: |
public static | function |
Form validation handler. Overrides FormInterface:: |
PluginBase:: |
protected | property | The currently set theme object. |
PluginBase:: |
public | function |