You are here

public property WebformVariant::$machine_name_replace in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Annotation/WebformVariant.php \Drupal\webform\Annotation\WebformVariant::machine_name_replace

The machine name replacement character.

Type: string

File

src/Annotation/WebformVariant.php, line 73

Class

WebformVariant
Defines a webform variant annotation object.

Namespace

Drupal\webform\Annotation

Code

public $machine_name_replace = '_';