Skip to content
Snippets Groups Projects
Commit 934e7e40 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3199587 by DamienMcKenna: Migrate support to upgrade EXIF field formatters from D7 to D8.

parent f1105732
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\exif\Plugin\migrate\field\d7;
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
/**
* @MigrateField(
* id = "exif_read_only",
* core = {7},
* source_module = "exif",
* destination_module = "exif"
* )
*/
class ExifReadOnly extends FieldPluginBase {
/**
* {@inheritdoc}
*/
public function getFieldWidgetMap() {
return [
'exif_readonly' => 'exif_readonly',
];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment