ContextualLinks::moduleHandler

protected static ContextualLinks::moduleHandler()

Wraps the module handler.

Return value

\Drupal\Core\Extension\ModuleHandlerInterface

File

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

Class

ContextualLinks
Provides a contextual_links element.

Namespace

Drupal\contextual\Element

Code

1
2
3
protected static function moduleHandler() {
  return \Drupal::moduleHandler();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.