You are here

class BootstrapForm in Express 8

Defines a BootstrapForm annotation object.

Plugin Namespace: "Plugin/Form".

Hierarchy

Expanded class hierarchy of BootstrapForm

See also

\Drupal\bootstrap\Plugin\FormInterface

\Drupal\bootstrap\Plugin\FormManager

Plugin API

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\Annotation
View source
class BootstrapForm extends PluginID {

}

Members

Namesort descending Modifiers Type Description Overrides
AnnotationBase::$class protected property The class used for this annotated class.
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$provider protected property The provider of the annotated class.
AnnotationBase::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
AnnotationBase::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
AnnotationBase::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
AnnotationBase::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
PluginID::$value public property The plugin ID.
PluginID::get public function Gets the value of an annotation. Overrides AnnotationInterface::get
PluginID::getId public function Gets the unique ID for this annotated class. Overrides AnnotationBase::getId