Same name and namespace in other branches
  1. 8.9.x 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 115

Class

ContextualLinks

Namespace

Drupal\contextual\Element

Code

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