You are here

protected property WebformOptionsCustom::$text_attributes in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_options_custom/src/Entity/WebformOptionsCustom.php \Drupal\webform_options_custom\Entity\WebformOptionsCustom::text_attributes

The option text attribute names.

Type: string

File

modules/webform_options_custom/src/Entity/WebformOptionsCustom.php, line 157

Class

WebformOptionsCustom
Defines the webform options custom entity.

Namespace

Drupal\webform_options_custom\Entity

Code

protected $text_attributes = 'data-option-text,data-text,data-name,name,title';