You are here

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\pardot

Code

public function getMappedFieldCollection() {
  return $this->mapping;
}