Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

NumberField.php

Namespace

Drupal\field\Plugin\migrate\field\d7

File

core/modules/field/src/Plugin/migrate/field/d7/NumberField.php

View source
<?php

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

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

/**
 * MigrateField plugin for Drupal 7 number fields.
 */
class NumberField extends FieldPluginBase {

}

Classes

Title Deprecated Summary
NumberField MigrateField plugin for Drupal 7 number fields.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal