You are here

public function WebformVariantInterface::getElementKey in Webform 8.5

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

Returns the element key of the webform variant.

Return value

string The webform element key.

1 method overrides WebformVariantInterface::getElementKey()
WebformVariantBase::getElementKey in src/Plugin/WebformVariantBase.php
Returns the element key of the webform variant.

File

src/Plugin/WebformVariantInterface.php, line 86

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function getElementKey();