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
No related merge requests found
......@@ -196,7 +196,7 @@ public function autocompleteTag(Request $request) {
* Returns the form to edit a view.
*
* @param \Drupal\views_ui\ViewUI $view
* The view being deleted.
* The view to be edited.
* @param string|null $display_id
* (optional) The display ID being edited. Defaults to NULL, which will load
* the first available display.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment