@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | /** |
| 42 | 42 | * Helper function to retrieve the sort arguments if any are exposed. |
| 43 | 43 | * |
| 44 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 44 | + * @param Plugin\views\display\GraphQL $display |
|
| 45 | 45 | * The display plugin. |
| 46 | 46 | * @param string $id |
| 47 | 47 | * The plugin derivative id. |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | /** |
| 68 | 68 | * Helper function to return the filter argument if applicable. |
| 69 | 69 | * |
| 70 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 70 | + * @param Plugin\views\display\GraphQL $display |
|
| 71 | 71 | * The display plugin. |
| 72 | 72 | * @param string $id |
| 73 | 73 | * The plugin derivative id. |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | /** |
| 91 | 91 | * Helper function to retrieve the pager arguments if the display is paged. |
| 92 | 92 | * |
| 93 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 93 | + * @param Plugin\views\display\GraphQL $display |
|
| 94 | 94 | * The display plugin. |
| 95 | 95 | * |
| 96 | 96 | * @return array |
@@ -3,9 +3,7 @@ |
||
| 3 | 3 | namespace Drupal\graphql_views\Plugin\Deriver\Fields; |
| 4 | 4 | |
| 5 | 5 | use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; |
| 6 | -use Drupal\graphql\Utility\StringHelper; |
|
| 7 | 6 | use Drupal\graphql_views\Plugin\Deriver\ViewDeriverBase; |
| 8 | -use Drupal\views\Plugin\views\display\DisplayPluginInterface; |
|
| 9 | 7 | use Drupal\views\Views; |
| 10 | 8 | |
| 11 | 9 | /** |