You are here

public function WebformVariantInterface::getMachineNameReplace in Webform 8.5

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

Returns the webform variant machine name replacement character.

Return value

string|NULL The webform variant machine name replacement character.

1 method overrides WebformVariantInterface::getMachineNameReplace()
WebformVariantBase::getMachineNameReplace in src/Plugin/WebformVariantBase.php
Returns the webform variant machine name replacement character.

File

src/Plugin/WebformVariantInterface.php, line 60

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function getMachineNameReplace();