diff --git a/core/modules/rest/src/Annotation/RestResource.php b/core/modules/rest/src/Annotation/RestResource.php index 28293b6..77b7732 100644 --- a/core/modules/rest/src/Annotation/RestResource.php +++ b/core/modules/rest/src/Annotation/RestResource.php @@ -14,7 +14,9 @@ * * Plugin Namespace: Plugin\rest\resource * - * For a working example, see \Drupal\dblog\Plugin\rest\resource\DBLogResource + * For a working example, + * see \Drupal\rest\Plugin\rest\resource\DBLogResource + * or \Drupal\rest\Plugin\rest\resource\EntityResource * * @see \Drupal\rest\Plugin\Type\ResourcePluginManager * @see \Drupal\rest\Plugin\ResourceBase