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

Breadcrumb

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

function ContextualLinks::moduleHandler

Wraps the module handler.

Return value

\Drupal\Core\Extension\ModuleHandlerInterface

File

core/modules/contextual/src/Element/ContextualLinks.php, line 115

Class

ContextualLinks
Provides a contextual_links element.

Namespace

Drupal\contextual\Element

Code

protected static function moduleHandler() {
    return \Drupal::moduleHandler();
}
RSS feed
Powered by Drupal