Issue #2696919 by chgasparoto, snehi: EntityResource annotation class has @see after plugin annotation

8.2.x
Nathaniel Catchpole 2016-04-05 08:33:37 +09:00
parent fa4ec00fd1
commit 4dbaa8b017
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
/**
* Represents entities as resources.
*
* @see \Drupal\rest\Plugin\Deriver\EntityDeriver
*
* @RestResource(
* id = "entity",
* label = @Translation("Entity"),
@ -28,8 +30,6 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
* "https://www.drupal.org/link-relations/create" = "/entity/{entity_type}"
* }
* )
*
* @see \Drupal\rest\Plugin\Deriver\EntityDeriver
*/
class EntityResource extends ResourceBase {