You are here

public function YamlFormElementInterface::getTypeName in YAML Form 8

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

Return value

string The type name of the plugin instance.

1 method overrides YamlFormElementInterface::getTypeName()
YamlFormElementBase::getTypeName in src/YamlFormElementBase.php
Gets the type name (aka id) of the plugin instance with the 'yamlform_' prefix.

File

src/YamlFormElementInterface.php, line 52

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getTypeName();