Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / rest / src / Plugin / Type / ResourcePluginManager.php
index 4aa46b209f665f54f2a4a48dc04c619d33650d9a..3ba73331e97c90f89dcd3b77de33d7f94788be1d 100644 (file)
@@ -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'])) {