You are here

public function WebformVariantInterface::getVariantId in Webform 8.5

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

Returns the unique ID representing the webform variant.

Return value

string The webform variant ID.

1 method overrides WebformVariantInterface::getVariantId()
WebformVariantBase::getVariantId in src/Plugin/WebformVariantBase.php
Returns the unique ID representing the webform variant.

File

src/Plugin/WebformVariantInterface.php, line 68

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function getVariantId();