You are here

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

Set the machine name of the plugin_type chosen.

Parameters

string $plugin_type: The machine name of the plugin_type chosen.

Return value

$this Return this instance to act on with chaining.

1 method overrides MappedFieldInterface::setPluginType()
MappedFieldBase::setPluginType in src/MappedFieldBase.php
Set the machine name of the plugin_type chosen.

File

src/MappedFieldInterface.php, line 60

Class

MappedFieldInterface
Provides a class for mapped fields.

Namespace

Drupal\pardot

Code

public function setPluginType(string $plugin_type);