Skip to content

Commit

Permalink
Adds comment to clarify passing FALSE parameter to getDigitalForms.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 21, 2025
1 parent 12a7813 commit d1dda56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public function entry() {
* Home page.
*/
public function home() {
// Passing "FALSE" to fetch draft nodes rather than only published nodes.
$digitalForms = $this->digitalFormsService->getDigitalForms(FALSE);

$recentForms = [];
Expand Down

0 comments on commit d1dda56

Please sign in to comment.