From 62397e8ea890158ae037143dd8ce8dc28d851a0b Mon Sep 17 00:00:00 2001 From: xjm Date: Sat, 17 Jun 2017 12:55:51 -0400 Subject: [PATCH] Issue #2873761 by sorabh.v6, Wim Leers: Add Change record to @deprecated for ResourcePluginManager --- core/modules/rest/src/Plugin/Type/ResourcePluginManager.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php b/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php index 4aa46b209f66..3ba73331e97c 100644 --- a/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php +++ b/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php @@ -40,6 +40,8 @@ class ResourcePluginManager extends DefaultPluginManager { * @deprecated in Drupal 8.2.0. * Use Drupal\rest\Plugin\Type\ResourcePluginManager::createInstance() * instead. + * + * @see https://www.drupal.org/node/2874934 */ public function getInstance(array $options){ if (isset($options['id'])) {