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

Breadcrumb

  1. Drupal Core 11.1.x

ImageField.php

Same filename in this branch
  1. 11.1.x core/modules/image/src/Plugin/migrate/field/d7/ImageField.php

Namespace

Drupal\image\Plugin\migrate\field\d6

File

core/modules/image/src/Plugin/migrate/field/d6/ImageField.php

View source
<?php

namespace Drupal\image\Plugin\migrate\field\d6;

use Drupal\file\Plugin\migrate\field\d6\FileField;
use Drupal\migrate_drupal\Attribute\MigrateField;
// cspell:ignore imagefield

/**
 * MigrateField Plugin for Drupal 6 image fields.
 */
class ImageField extends FileField {

}

Classes

Title Deprecated Summary
ImageField MigrateField Plugin for Drupal 6 image fields.

API Navigation

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