public function MappedFieldBase::getPlugin in Pardot Integration 2.x
Return the plugin instance or null.
Return value
mixed|null Return the plugin instance or null.
Overrides MappedFieldInterface::getPlugin
1 call to MappedFieldBase::getPlugin()
- MappedFieldBase::toArray in src/
MappedFieldBase.php - Returns an array representation of the segment.
File
- src/
MappedFieldBase.php, line 73
Class
- MappedFieldBase
- Provides a class for mapped fields.
Namespace
Drupal\pardotCode
public function getPlugin() {
return $this->plugin;
}