Issue #2696919 by chgasparoto, snehi: EntityResource annotation class has @see after plugin annotation
parent
fa4ec00fd1
commit
4dbaa8b017
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue