Create report of the nodes that contains the patternbuilder paragraphs.

Comments

miteshmap created an issue. See original summary.

miteshmap’s picture

Status: Active » Needs review
StatusFileSize
new15.27 KB

Added patternbuilder list page, which will list the node count and actual nodes for the given patternbuilder at "admin/content/patterns"

miteshmap’s picture

StatusFileSize
new15.28 KB

Code refactored!

miteshmap’s picture

StatusFileSize
new1.79 KB
mohit_aghera’s picture

Status: Needs review » Needs work
+++ b/patternbuilder.report.inc
@@ -0,0 +1,463 @@
+    $query->innerJoin('workbench_moderation_node_history', 'wh', 'n.nid = wh.nid and is_current = 1');

Need to add condition to check if workbench_moderation module is installed/enabled or not.