Skip to content
View pingevt's full-sized avatar

Organizations

@bluecadet

Block or report pingevt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pai23 pai23 Public

    PHP 1

  2. external_site_monitor external_site_monitor Public

    PHP 1

  3. timing_monitor timing_monitor Public

    PHP 1

  4. iiif_media_source iiif_media_source Public

    PHP 1

  5. Generate Test Menu - Drupal 8/9 Generate Test Menu - Drupal 8/9
    1
    function _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');
    3
      for ($a = 1; $a <= $how_many; $a++) {
    4
        $new_title = $link_title . $a;
    5
        if ($current_depth != $full_depth) $new_title .= ".";