public function MappedFieldBase::getPardotKey in Pardot Integration 2.x
Get the pardot key string.
Return value
string Return the string for the pardot key.
Overrides MappedFieldInterface::getPardotKey
1 call to MappedFieldBase::getPardotKey()
- MappedFieldBase::toArray in src/
MappedFieldBase.php - Returns an array representation of the segment.
File
- src/
MappedFieldBase.php, line 43
Class
- MappedFieldBase
- Provides a class for mapped fields.
Namespace
Drupal\pardotCode
public function getPardotKey() {
return $this->pardotKey;
}