You are here

Functions in Domain Menus for Domains 9.x

Primary tabs

Namesort descending Location Description Direct uses Strings
domain_menus_domain_delete ./domain_menus.module Implements hook_ENTITY_TYPE_delete().
domain_menus_domain_insert ./domain_menus.module Implements hook_ENTITY_TYPE_insert().
domain_menus_form_alter ./domain_menus.module Implements hook_form_alter().
domain_menus_form_menu_link_content_menu_link_content_form_alter ./domain_menus.module Implements hook_FORM_ID_form_alter().
domain_menus_help ./domain_menus.module Implements hook_help().
domain_menus_install ./domain_menus.install Implements hook_install().
domain_menus_menu_access ./domain_menus.module Implements hook_ENTITY_TYPE_access().
domain_menus_menu_link_content_access ./domain_menus.module Implements hook_ENTITY_TYPE_access().
domain_menus_menu_link_content_create_access ./domain_menus.module Implements hook_ENTITY_TYPE_create_access().
domain_menus_uninstall ./domain_menus.install Implements hook_uninstall().
domain_menus_update_8101 ./domain_menus.install Apply htmlspecialchars_decode() to domain menu labels. Versions prior to 8.x-1.0-alpha6 saved menu labels with special char encoding and causes undesired output.
_domain_menus_domain_options ./domain_menus.module Helper function to get list of domains as form options. 1
_domain_menus_get_setting ./domain_menus.module Helper function to get domain_menus settings by name. 1
_domain_menus_is_domain_menu ./domain_menus.module Helper function to tell if a menu is a domain menu. If a menu has the domain_menus third party setting, it's considered a domain menu. @todo maybe do in_array('domain_menus', $entity->getDependencies()['module']) instead 2
_domain_menus_menu_form_submit ./domain_menus.module Helper function to save third party settings on form submit. 1

Other projects