You are here

public function WebformElementInterface::getDefaultKey in Webform 8.5

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

Gets the element's default key.

Return value

string The element's default key.

1 method overrides WebformElementInterface::getDefaultKey()
WebformElementBase::getDefaultKey in src/Plugin/WebformElementBase.php
Gets the element's default key.

File

src/Plugin/WebformElementInterface.php, line 150

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getDefaultKey();