public function FormMapInterface::setMappedFieldCollection in Pardot Integration 2.x
Set the array of field map configurations.
Parameters
\Drupal\pardot\MappedField[] $mapping: The array of MappedField instances.
1 method overrides FormMapInterface::setMappedFieldCollection()
- FormMap::setMappedFieldCollection in src/
FormMap.php - Set the array of field map configurations.
File
- src/
FormMapInterface.php, line 40
Class
- FormMapInterface
- Provides an interface for defining Pardot Form Map entities.
Namespace
Drupal\pardotCode
public function setMappedFieldCollection(array $mapping);