Skip to content
Snippets Groups Projects
Commit e4ac0f81 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2536448 by vbouchet: First param of ViewsUIController::edit() is documented wrong

parent 54744ed0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -196,7 +196,7 @@ public function autocompleteTag(Request $request) { ...@@ -196,7 +196,7 @@ public function autocompleteTag(Request $request) {
* Returns the form to edit a view. * Returns the form to edit a view.
* *
* @param \Drupal\views_ui\ViewUI $view * @param \Drupal\views_ui\ViewUI $view
* The view being deleted. * The view to be edited.
* @param string|null $display_id * @param string|null $display_id
* (optional) The display ID being edited. Defaults to NULL, which will load * (optional) The display ID being edited. Defaults to NULL, which will load
* the first available display. * the first available display.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment