@@ -279,7 +279,7 @@ |
||
279 | 279 | /** |
280 | 280 | * Helper function to return commands to return in AjaxResponse. |
281 | 281 | * |
282 | - * @return array |
|
282 | + * @return SelectEntitiesCommand[] |
|
283 | 283 | * An array of ajax commands. |
284 | 284 | */ |
285 | 285 | public function getAjaxCommands(FormStateInterface $form_state) { |
@@ -45,10 +45,6 @@ |
||
45 | 45 | /** |
46 | 46 | * Form constructor for the bulk form. |
47 | 47 | * |
48 | - * @param array $form |
|
49 | - * An associative array containing the structure of the form. |
|
50 | - * @param \Drupal\Core\Form\FormStateInterface $form_state |
|
51 | - * The current state of the form. |
|
52 | 48 | */ |
53 | 49 | public function viewsForm(&$render) { |
54 | 50 | // Only add the bulk form options and buttons if there are results. |