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

8.5.x
Nathaniel Catchpole 2017-10-23 17:02:44 +01:00
parent 66cbd7c9e5
commit e119f672a5
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ namespace Drupal\migrate_drupal\Plugin\migrate\cckfield;
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 @@ use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
*
* @ingroup migration
*/
abstract class CckFieldPluginBase extends FieldPluginBase {
abstract class CckFieldPluginBase extends FieldPluginBase implements MigrateCckFieldInterface {
/**
* Apply any custom processing to the field bundle migrations.