class Fz152 in FZ152 8
Defines a Fz152 annotation object.
Fz152 forms are used to define a list of forms to provide confirmation.
Plugin namespace: Plugin\Fz152
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\fz152\Annotation\Fz152
Expanded class hierarchy of Fz152
See also
\Drupal\fz152\Fz152PluginInterface
\Drupal\fz152\Fz152PluginManager
1 file declares its use of Fz152
2 classes are annotated with Fz152
- Contact in modules/
contact/ src/ Plugin/ Fz152/ Contact.php - Provides an annotated Fz152 plugin to configure contact form.
- Forms in src/
Plugin/ Fz152/ Forms.php - Provides an annotated Fz152 plugin for config forms.
File
- src/
Annotation/ Fz152.php, line 21
Namespace
Drupal\fz152\AnnotationView source
class Fz152 extends Plugin {
/**
* Plugin machine name.
*
* @var string
*/
public $id;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Fz152:: |
public | property | Plugin machine name. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |