You are here

public function MappedFieldInterface::toArray in Pardot Integration 2.x

Returns an array representation of the segment.

Return value

array An array representation of the segment.

1 method overrides MappedFieldInterface::toArray()
MappedFieldBase::toArray in src/MappedFieldBase.php
Returns an array representation of the segment.

File

src/MappedFieldInterface.php, line 87

Class

MappedFieldInterface
Provides a class for mapped fields.

Namespace

Drupal\pardot

Code

public function toArray();