You are here

public function Cookie::getPluginId in Pardot Integration 2.x

File

src/Plugin/PardotFormMapFormatterPlugin/Cookie.php, line 43

Class

Cookie
Plugin to capture browser cookies and send them to pardot.

Namespace

Drupal\pardot\Plugin\PardotFormMapFormatterPlugin

Code

public function getPluginId() {
  return 'cookie';
}