You are here

protected property WebformOptionsCustomDeriver::$type in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_options_custom/src/Plugin/Derivative/WebformOptionsCustomDeriver.php \Drupal\webform_options_custom\Plugin\Derivative\WebformOptionsCustomDeriver::type

The type of custom element (element or entity_reference).

Type: string

Overrides WebformOptionsCustomDeriverBase::$type

File

modules/webform_options_custom/src/Plugin/Derivative/WebformOptionsCustomDeriver.php, line 15

Class

WebformOptionsCustomDeriver
Provides webform custom options elements instances.

Namespace

Drupal\webform_options_custom\Plugin\Derivative

Code

protected $type = 'element';