D6FileField.php
Namespace
Drupal\migrate_field_plugin_manager_test\Plugin\migrate\fieldFile
-
core/
modules/ migrate_drupal/ tests/ modules/ migrate_field_plugin_manager_test/ src/ Plugin/ migrate/ field/ D6FileField.php
View source
<?php
namespace Drupal\migrate_field_plugin_manager_test\Plugin\migrate\field;
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
/**
* @MigrateField(
* id = "d6_file",
* core = {6},
* type_map = {
* "file" = "file"
* },
* source_module = "foo",
* destination_module = "bar"
* )
*/
class D6FileField extends FieldPluginBase {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| D6FileField | Plugin annotation @MigrateField( id = "d6_file", core = {6}, type_map = { "file" = "file" }, source_module = "foo", destination_module = "bar" ) |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.