You are here

protected property MenuLinkManager::$factory in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuLinkManager.php \Drupal\Core\Menu\MenuLinkManager::factory

The object that instantiates plugins managed by this manager.

Type: \Drupal\Component\Plugin\Factory\FactoryInterface

File

core/lib/Drupal/Core/Menu/MenuLinkManager.php, line 73

Class

MenuLinkManager
Manages discovery, instantiation, and tree building of menu link plugins.

Namespace

Drupal\Core\Menu

Code

protected $factory;