class SearchForm
Implements hook_form_FORM_ID_alter().
Plugin annotation
@BootstrapForm("search_form")
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Form\FormBase implements FormInterface
- class \Drupal\bootstrap\Plugin\Form\SearchForm
- class \Drupal\bootstrap\Plugin\Form\FormBase implements FormInterface
Expanded class hierarchy of SearchForm
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 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 | |
SearchForm:: |
public | function |
The alter method to store the code. Overrides FormBase:: |