public function FormMap::getMappedFieldCollection in Pardot Integration 2.x
Get the array of MappedField instances.
Return value
\Drupal\pardot\MappedField[] The array of MappedField instances.
Overrides FormMapInterface::getMappedFieldCollection
File
- src/
FormMap.php, line 75
Class
- FormMap
- Provides an interface for defining Pardot Form Map entities.
Namespace
Drupal\pardotCode
public function getMappedFieldCollection() {
return $this->mapping;
}