FormMapHandlerPlugin.php in Pardot Integration 2.x
Namespace
Drupal\pardot\AnnotationFile
src/Annotation/FormMapHandlerPlugin.phpView source
<?php
namespace Drupal\pardot\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a Form Map Hanlder Plugin item annotation object.
*
* @see \Drupal\pardot\Plugin\FormMapHandlerPluginManager
* @see plugin_api
*
* @Annotation
*/
class FormMapHandlerPlugin extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The label of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $label;
}
Classes
Name | Description |
---|---|
FormMapHandlerPlugin | Defines a Form Map Hanlder Plugin item annotation object. |