You are here

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

Expanded class hierarchy of Fz152

See also

\Drupal\fz152\Fz152PluginInterface

\Drupal\fz152\Fz152PluginBase

\Drupal\fz152\Fz152PluginManager

Plugin API

1 file declares its use of Fz152
Fz152PluginManager.php in src/Fz152PluginManager.php
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\Annotation
View source
class Fz152 extends Plugin {

  /**
   * Plugin machine name.
   *
   * @var string
   */
  public $id;

}

Members

Namesort descending Modifiers Type Description Overrides
Fz152::$id public property Plugin machine name.
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
Plugin::__construct public function Constructs a Plugin object. 2