You are here

protected static function ContextualLinks::moduleHandler in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/contextual/src/Element/ContextualLinks.php \Drupal\contextual\Element\ContextualLinks::moduleHandler()
  2. 9 core/modules/contextual/src/Element/ContextualLinks.php \Drupal\contextual\Element\ContextualLinks::moduleHandler()

Wraps the module handler.

Return value

\Drupal\Core\Extension\ModuleHandlerInterface

1 call to ContextualLinks::moduleHandler()
ContextualLinks::preRenderLinks in core/modules/contextual/src/Element/ContextualLinks.php
Pre-render callback: Builds a renderable array for contextual links.

File

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

Class

ContextualLinks
Provides a contextual_links element.

Namespace

Drupal\contextual\Element

Code

protected static function moduleHandler() {
  return \Drupal::moduleHandler();
}