You are here

public function WebformElementInterface::getTypeName in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getTypeName()

Gets the type name (aka id) of the plugin instance with the 'webform_' prefix.

Return value

string The type name of the plugin instance.

1 method overrides WebformElementInterface::getTypeName()
WebformElementBase::getTypeName in src/Plugin/WebformElementBase.php
Gets the type name (aka id) of the plugin instance with the 'webform_' prefix.

File

src/Plugin/WebformElementInterface.php, line 142

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getTypeName();