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\PardotFormMapFormatterPluginCode
public function getPluginId() {
return 'cookie';
}