You are here

public function FieldMappingBase::getId in Webform Content Creator 3.x

Get the plugin ID.

File

src/Plugin/FieldMappingBase.php, line 25

Class

FieldMappingBase
Base for a field mapping plugin.

Namespace

Drupal\webform_content_creator\Plugin

Code

public function getId() {
  return $this->pluginDefinition['id'];
}