You are here

interface FormMapHandlerPluginInterface in Pardot Integration 2.x

Defines an interface for Form Map Hanlder Plugin plugins.

Hierarchy

Expanded class hierarchy of FormMapHandlerPluginInterface

All classes that implement FormMapHandlerPluginInterface

File

src/Plugin/FormMapHandlerPluginInterface.php, line 11

Namespace

Drupal\pardot\Plugin
View source
interface FormMapHandlerPluginInterface extends PluginInspectionInterface {

  /**
   * Provides a way to inject rows programmatically.
   *
   * @param \Drupal\pardot\FormMap $pardot_form_map
   *   The form map object to hook into.
   */
  public function injectRequiredFields(FormMap $pardot_form_map);

}

Members

Namesort descending Modifiers Type Description Overrides
FormMapHandlerPluginInterface::injectRequiredFields public function Provides a way to inject rows programmatically.
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2