You are here

Weight.php in Weight 8.3

File

src/Plugin/migrate/field/d7/Weight.php
View source
<?php

namespace Drupal\weight\Plugin\migrate\field\d7;

use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;

/**
 * D7 Weight Class.
 *
 * @MigrateField(
 *   id = "weight",
 *   core = {7},
 *   type_map = {
 *     "weight" = "weight"
 *   },
 *   source_module = "weight",
 *   destination_module = "weight"
 * )
 */
class Weight extends FieldPluginBase {

}

Classes

Namesort descending Description
Weight D7 Weight Class.