- Ardmore, PA
- http://peteinge.com
Pinned Loading
-
-
-
-
Generate Test Menu - Drupal 8/9
Generate Test Menu - Drupal 8/9 1function _build_test_menu($link_title, $how_many, $full_depth = 3, $parent_id = NULL, $current_depth = 1) {
2$menu_link_storage = \Drupal::entityTypeManager()->getStorage('menu_link_content');
3for ($a = 1; $a <= $how_many; $a++) {
4$new_title = $link_title . $a;
5if ($current_depth != $full_depth) $new_title .= ".";
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.