function MenuUiUtility::__construct

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

File

core/modules/menu_ui/src/MenuUiUtility.php, line 17

Class

MenuUiUtility
Utility functions for menu_ui.

Namespace

Drupal\menu_ui

Code

public function __construct(protected EntityRepositoryInterface $entityRepository, protected EntityTypeManagerInterface $entityTypeManager, protected EntityFieldManagerInterface $entityFieldManager) {
}

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