You are here

WebformOptionsCustomEntityDeriver.php in Webform 6.x

File

modules/webform_options_custom/src/Plugin/Derivative/WebformOptionsCustomEntityDeriver.php
View source
<?php

namespace Drupal\webform_options_custom\Plugin\Derivative;


/**
 * Provides webform custom options entity reference elements instances.
 *
 * @see \Drupal\webform_options_custom\Plugin\WebformElement\WebformOptionsCustom
 */
class WebformOptionsCustomEntityDeriver extends WebformOptionsCustomDeriverBase {

  /**
   * {@inheritdoc}
   */
  protected $type = 'entity_reference';

}

Classes

Namesort descending Description
WebformOptionsCustomEntityDeriver Provides webform custom options entity reference elements instances.