You are here

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

Set the instance of the plugin for this MappedField.

Parameters

mixed $plugin: The instance of a plugin or [].

Return value

$this Return this instance to act on with chaining.

1 method overrides MappedFieldInterface::setPlugin()
MappedFieldBase::setPlugin in src/MappedFieldBase.php
Set the instance of the plugin for this MappedField.

File

src/MappedFieldInterface.php, line 79

Class

MappedFieldInterface
Provides a class for mapped fields.

Namespace

Drupal\pardot

Code

public function setPlugin($plugin);