diff -u b/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php b/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php --- b/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php +++ b/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php @@ -13,7 +13,7 @@ /** * Defines a base in-place editor implementation. * - * @see \Drupal\quickedit\Plugin\InPlaceEditor + * @see \Drupal\quickedit\Annotation\InPlaceEditor * @see \Drupal\quickedit\Plugin\InPlaceEditorInterface * @see \Drupal\quickedit\Plugin\InPlaceEditorManager * @see plugin_api diff -u b/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php b/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php --- b/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php +++ b/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php @@ -13,7 +13,7 @@ /** * Defines an interface for in-place editors plugins. * - * @see \Drupal\quickedit\Plugin\InPlaceEditor + * @see \Drupal\quickedit\Annotation\InPlaceEditor * @see \Drupal\quickedit\Plugin\InPlaceEditorBase * @see \Drupal\quickedit\Plugin\InPlaceEditorManager * @see plugin_api diff -u b/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php b/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php --- b/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php +++ b/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php @@ -16,7 +16,7 @@ * * The 'form' in-place editor must always be available. * - * @see \Drupal\quickedit\Plugin\InPlaceEditor + * @see \Drupal\quickedit\Annotation\InPlaceEditor * @see \Drupal\quickedit\Plugin\InPlaceEditorBase * @see \Drupal\quickedit\Plugin\InPlaceEditorInterface * @see plugin_api