WebformOptionsCustomDeriver.php in Webform 8.5
Same filename and directory in other branches
File
modules/webform_options_custom/src/Plugin/Derivative/WebformOptionsCustomDeriver.phpView 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
Name | Description |
---|---|
WebformOptionsCustomDeriver | Provides webform custom options elements instances. |