@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | * |
| 62 | 62 | * @param array $arguments |
| 63 | 63 | * The array of available arguments. |
| 64 | - * @param $id |
|
| 64 | + * @param string $id |
|
| 65 | 65 | * The plugin derivative id. |
| 66 | 66 | * |
| 67 | 67 | * @return array |
@@ -82,9 +82,9 @@ discard block |
||
| 82 | 82 | /** |
| 83 | 83 | * Helper function to retrieve the sort arguments if any are exposed. |
| 84 | 84 | * |
| 85 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 85 | + * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display |
|
| 86 | 86 | * The display plugin. |
| 87 | - * @param $id |
|
| 87 | + * @param string $id |
|
| 88 | 88 | * The plugin derivative id. |
| 89 | 89 | * |
| 90 | 90 | * @return array |
@@ -108,9 +108,9 @@ discard block |
||
| 108 | 108 | /** |
| 109 | 109 | * Helper function to return the filter argument if applicable. |
| 110 | 110 | * |
| 111 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 111 | + * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display |
|
| 112 | 112 | * The display plugin. |
| 113 | - * @param $id |
|
| 113 | + * @param string $id |
|
| 114 | 114 | * The plugin derivative id. |
| 115 | 115 | * |
| 116 | 116 | * @return array |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | /** |
| 132 | 132 | * Helper function to retrieve the pager arguments if the display is paged. |
| 133 | 133 | * |
| 134 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 134 | + * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display |
|
| 135 | 135 | * The display plugin. |
| 136 | 136 | * |
| 137 | 137 | * @return array |
@@ -147,7 +147,7 @@ discard block |
||
| 147 | 147 | /** |
| 148 | 148 | * Helper function to retrieve the types that the view can be attached to. |
| 149 | 149 | * |
| 150 | - * @param \Drupal\views\Plugin\views\display\DisplayPluginInterface $display |
|
| 150 | + * @param \Drupal\graphql_views\Plugin\views\display\GraphQL $display |
|
| 151 | 151 | * The display plugin. |
| 152 | 152 | * @param array $arguments |
| 153 | 153 | * An array containing information about the available arguments. |