You are here

public function FormMapInterface::getMappedFieldCollection in Pardot Integration 2.x

Get the array of MappedField instances.

Return value

\Drupal\pardot\MappedField[] The array of MappedField instances.

1 method overrides FormMapInterface::getMappedFieldCollection()
FormMap::getMappedFieldCollection in src/FormMap.php
Get the array of MappedField instances.

File

src/FormMapInterface.php, line 32

Class

FormMapInterface
Provides an interface for defining Pardot Form Map entities.

Namespace

Drupal\pardot

Code

public function getMappedFieldCollection();