You are here

WebformOptionsCustomDeriver.php in Webform 6.x

File

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

namespace Drupal\webform_options_custom\Plugin\Derivative;


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

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

}

Classes

Namesort descending Description
WebformOptionsCustomDeriver Provides webform custom options elements instances.