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