You are here

public function MappedFieldInterface::setPardotKey in Pardot Integration 2.x

Set the string for the pardot key.

Parameters

string $pardot_key: The key for the pardot field.

Return value

$this Return this instance to act on with chaining.

1 method overrides MappedFieldInterface::setPardotKey()
MappedFieldBase::setPardotKey in src/MappedFieldBase.php
Set the string for the pardot key.

File

src/MappedFieldInterface.php, line 41

Class

MappedFieldInterface
Provides a class for mapped fields.

Namespace

Drupal\pardot

Code

public function setPardotKey($pardot_key);