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