Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ModuleAdminLinksHelper.php

function ModuleAdminLinksHelper::__construct

Constructs a new service instance.

Parameters

\Drupal\Core\Menu\MenuLinkTreeInterface $menuLinkTree: The menu link tree service.

\Drupal\Core\Cache\MemoryCache\MemoryCacheInterface $memoryCache: The memory cache.

File

core/modules/system/src/ModuleAdminLinksHelper.php, line 29

Class

ModuleAdminLinksHelper
Provides a helper for generating module admin links.

Namespace

Drupal\system

Code

public function __construct(MenuLinkTreeInterface $menuLinkTree, MemoryCacheInterface $memoryCache) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal