You are here

public function MenuLinkConfig::__construct in Config menu link 8

Same name in this branch
  1. 8 src/Plugin/Derivative/MenuLinkConfig.php \Drupal\menu_link_config\Plugin\Derivative\MenuLinkConfig::__construct()
  2. 8 src/Plugin/Menu/MenuLinkConfig.php \Drupal\menu_link_config\Plugin\Menu\MenuLinkConfig::__construct()

File

src/Plugin/Derivative/MenuLinkConfig.php, line 16
Contains \Drupal\menu_link_config\Plugin\Derivative\MenuLinkConfig.

Class

MenuLinkConfig

Namespace

Drupal\menu_link_config\Plugin\Derivative

Code

public function __construct(EntityTypeManagerInterface $entity_manager) {
  $this->entityManager = $entity_manager;
}