ImageField.php in Drupal 8
Same filename in this branch
- 8 core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php
- 8 core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
- 8 core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
- 8 core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php
- 8 core/modules/file/src/Plugin/migrate/field/d6/ImageField.php
- 8 core/modules/file/src/Plugin/migrate/field/d7/ImageField.php
Namespace
Drupal\file\Plugin\migrate\cckfield\d7File
core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.phpView source
<?php
namespace Drupal\file\Plugin\migrate\cckfield\d7;
@trigger_error('ImageField is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \\Drupal\\image\\Plugin\\migrate\\field\\d7\\ImageField instead. See https://www.drupal.org/node/2936061.', E_USER_DEPRECATED);
use Drupal\image\Plugin\migrate\cckfield\d7\ImageField as LegacyImageField;
/**
* CCK plugin for image fields.
*
* @deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use
* \Drupal\image\Plugin\migrate\field\d7\ImageField instead.
*
* @see https://www.drupal.org/node/2936061
*/
class ImageField extends LegacyImageField {
}
Classes
Name | Description |
---|---|
ImageField Deprecated | CCK plugin for image fields. |