You are here

service tb_megamenu.menu_builder in The Better Mega Menu 8

Same name and namespace in other branches
  1. 2.x tb_megamenu.services.yml \tb_megamenu.menu_builder

Class

Drupal\tb_megamenu\TBMegaMenuBuilder
6 string references to tb_megamenu.menu_builder
TBMegaMenuAdminController::create in src/Controller/TBMegaMenuAdminController.php
Instantiates a new instance of this class.
TBMegaMenuBlock::create in src/Plugin/Block/TBMegaMenuBlock.php
Creates an instance of the plugin.
tb_megamenu_update_megamenus in ./tb_megamenu.module
Sync configuration with tb_megamenu when item in menu is updated.
template_preprocess_tb_megamenu in ./tb_megamenu.module
Prepare variables for tb_megamenu.
template_preprocess_tb_megamenu_backend in ./tb_megamenu.module
Prepare variables for tb_megamenu_backend.

... See full list

File

./tb_megamenu.services.yml
tb_megamenu.services.yml

View source
  1. class: Drupal\tb_megamenu\TBMegaMenuBuilder
  2. arguments:
  3. - '@logger.factory'
  4. - '@menu.link_tree'
  5. - '@entity_type.manager'
  6. - '@path.matcher'
  7. - '@menu.tree_storage'