You are here

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

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

The type of custom element (element or entity_reference).

Type: string

Overrides WebformOptionsCustomDeriverBase::$type

File

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

Class

WebformOptionsCustomEntityDeriver
Provides webform custom options entity reference elements instances.

Namespace

Drupal\webform_options_custom\Plugin\Derivative

Code

protected $type = 'entity_reference';