class BootstrapForm in Express 8
Defines a BootstrapForm annotation object.
Plugin Namespace: "Plugin/Form".
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\bootstrap\Annotation\BootstrapForm
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of BootstrapForm
See also
\Drupal\bootstrap\Plugin\FormInterface
\Drupal\bootstrap\Plugin\FormManager
4 files declare their use of BootstrapForm
- NodePreviewFormSelect.php in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ NodePreviewFormSelect.php - Contains \Drupal\bootstrap\Plugin\Form\NodePreviewFormSelect.
- SearchBlockForm.php in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ SearchBlockForm.php - Contains \Drupal\bootstrap\Plugin\Form\SearchBlockForm.
- SearchForm.php in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ SearchForm.php - Contains \Drupal\bootstrap\Plugin\Form\SearchForm.
- SystemThemeSettings.php in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ SystemThemeSettings.php - Contains \Drupal\bootstrap\Plugin\Form\SystemThemeSettings.
4 classes are annotated with BootstrapForm
- NodePreviewFormSelect in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ NodePreviewFormSelect.php - Implements hook_form_FORM_ID_alter().
- SearchBlockForm in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ SearchBlockForm.php - Implements hook_form_FORM_ID_alter().
- SearchForm in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ SearchForm.php - Implements hook_form_FORM_ID_alter().
- SystemThemeSettings in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ SystemThemeSettings.php - Implements hook_form_system_theme_settings_alter().
File
- themes/
contrib/ bootstrap/ src/ Annotation/ BootstrapForm.php, line 24 - Contains \Drupal\bootstrap\Annotation\BootstrapForm.
Namespace
Drupal\bootstrap\AnnotationView source
class BootstrapForm extends PluginID {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationBase:: |
protected | property | The class used for this annotated class. | |
AnnotationBase:: |
public | property | The annotated class ID. | 1 |
AnnotationBase:: |
protected | property | The provider of the annotated class. | |
AnnotationBase:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
PluginID:: |
public | property | The plugin ID. | |
PluginID:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
|
PluginID:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationBase:: |