OptionWidgetsField.php
Same filename in other branches
Namespace
Drupal\options\Plugin\migrate\field\d6File
-
core/
modules/ options/ src/ Plugin/ migrate/ field/ d6/ OptionWidgetsField.php
View source
<?php
namespace Drupal\options\Plugin\migrate\field\d6;
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
/**
* @MigrateField(
* id = "optionwidgets",
* core = {6},
* source_module = "optionwidgets",
* destination_module = "options"
* )
*/
class OptionWidgetsField extends FieldPluginBase {
}
Classes
Title | Deprecated | Summary |
---|---|---|
OptionWidgetsField | Plugin annotation @MigrateField( id = "optionwidgets", core = {6}, source_module = "optionwidgets", destination_module = "options" ) |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.