CRM/CoreMenucivicrm_menuTable to store menu items for all civicrm components.1.1 id int unsigned true 2.1 id true domain_id int unsigned true Which Domain is this menu item for 3.0 domain_id
civicrm_domain
id 3.0 path varchar 255 Path Name 2.1 UI_path_domain_id path domain_id true 2.1 path_arguments text Arguments to pass to the url 2.1 title varchar 255 Menu Title 2.1 access_callback varchar 255 Function to call to check access permissions 2.1 access_arguments text Arguments to pass to access callback 2.1 page_callback varchar 255 function to call for this url 2.1 page_arguments text Arguments to pass to page callback 2.1 breadcrumb text Breadcrumb for the path. 2.1 return_url varchar 255 Url where a page should redirected to, if next url not known. 2.1 return_url_args varchar 255 Arguments to pass to return_url 2.1 component_id int unsigned Component that this menu item belongs to 2.1 component_id civicrm_component
id 2.1
is_active boolean Is this menu item active? 2.1 is_public boolean Is this menu accessible to the public? 2.1 is_exposed boolean Is this menu exposed to the navigation system? 2.1 is_ssl boolean Should this menu be exposed via SSL if enabled? 2.1 weight int true 1 Ordering of the menu items in various blocks. 2.1 type int true 1 Drupal menu type. 2.1 page_type int true 1 CiviCRM menu type. 2.1 skipBreadcrumb boolean skip this url being exposed to breadcrumb 2.2