function ContextualLinksHelper::__construct

Same name and namespace in other branches
  1. main core/modules/views/src/ContextualLinksHelper.php \Drupal\views\ContextualLinksHelper::__construct()

File

core/modules/views/src/ContextualLinksHelper.php, line 17

Class

ContextualLinksHelper
Views contextual links helper service.

Namespace

Drupal\views

Code

public function __construct(protected ModuleHandlerInterface $moduleHandler, protected EntityTypeManagerInterface $entityTypeManager, #[Autowire(service: 'plugin.manager.views.display')] protected PluginManagerInterface $displayManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.