public function MappedFieldBase::getPluginType in Pardot Integration 2.x
Get the machine name of the option chosen for the plugin type.
Return value
string The machine name of the field/option chosen.
Overrides MappedFieldInterface::getPluginType
1 call to MappedFieldBase::getPluginType()
- MappedFieldBase::toArray in src/
MappedFieldBase.php - Returns an array representation of the segment.
File
- src/
MappedFieldBase.php, line 58
Class
- MappedFieldBase
- Provides a class for mapped fields.
Namespace
Drupal\pardotCode
public function getPluginType() {
return $this->pluginType;
}