ImageField.php

Same filename in this branch
  1. 10 core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
Same filename and directory in other branches
  1. 9 core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
  2. 9 core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
  3. 8.9.x core/modules/file/src/Plugin/migrate/field/d6/ImageField.php
  4. 8.9.x core/modules/file/src/Plugin/migrate/field/d7/ImageField.php
  5. 8.9.x core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php
  6. 8.9.x core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
  7. 8.9.x core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
  8. 8.9.x core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php
  9. 11.x core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
  10. 11.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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.