From 8ed14e0eaecbe5b384fc661a021cb027d0ee4b24 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 21 Jun 2016 12:45:31 +0100 Subject: [PATCH] Issue #2728789 by tlyngej: Wrong @see link in CckFieldPluginBase docblock --- .../src/Plugin/migrate/cckfield/CckFieldPluginBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php b/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php index 87d545730b5..d942bce2c45 100644 --- a/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php +++ b/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php @@ -10,7 +10,7 @@ use Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface; /** * The base class for all cck field plugins. * - * @see \Drupal\migrate_drupal\Plugin\MigratePluginManager + * @see \Drupal\migrate\Plugin\MigratePluginManager * @see \Drupal\migrate_drupal\Annotation\MigrateCckField * @see \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface * @see plugin_api