Skip to content

Commit

Permalink
DIGITAL-28: Preprocess not needed for checklist shortcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Oct 29, 2024
1 parent 9024a20 commit 4388bea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web/modules/custom/ec_shortcodes/ec_shortcodes.module
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,3 @@ function ec_shortcodes_theme($existing, $type, $theme, $path) {
],
];
}

/**
* Implements hook_preprocess_HOOK().
*/
function ec_shortcodes_preprocess_ec_shortcodes_checklist(&$variables) {
if (empty($variables['checklist'])) {
return;
}
foreach ($variables['checklist'] as $list_item) {

}
}

0 comments on commit 4388bea

Please sign in to comment.