Skip to content
Snippets Groups Projects
Commit e119f672 authored by catch's avatar catch
Browse files

Issue #2915767 by heddn: CckFieldPluginBase doesn't implement MigrateCckFieldInterface

parent 66cbd7c9
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -6,6 +6,7 @@
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
use Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface;
/**
* The base class for all field plugins.
......@@ -17,7 +18,7 @@
*
* @ingroup migration
*/
abstract class CckFieldPluginBase extends FieldPluginBase {
abstract class CckFieldPluginBase extends FieldPluginBase implements MigrateCckFieldInterface {
/**
* Apply any custom processing to the field bundle migrations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment