Unverified Commit 58bade98 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3230690 by Anul: Incorrect documentation in...

Issue #3230690 by Anul: Incorrect documentation in Drupal\views\Plugin\views\display::viewExposedFormBlocks)()

(cherry picked from commit 1eae8e8f)
parent a7716a36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -566,8 +566,8 @@ public function getSpecialBlocks();
  /**
   * Renders the exposed form as block.
   *
   * @return string|null
   *   The rendered exposed form as string or NULL otherwise.
   * @return array|null
   *   The renderable exposed form as array or NULL otherwise.
   */
  public function viewExposedFormBlocks();