CRM/Core
Menu
civicrm_menu
Table to store menu items for all civicrm components.
1.1
id
int unsigned
true
2.1
id
true
path
varchar
255
Path Name
2.1
UI_path
path
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
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