1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
6 <name>civicrm_menu
</name>
7 <comment>Table to store menu items for all civicrm components.
</comment>
11 <type>int unsigned
</type>
12 <required>true
</required>
17 <autoincrement>true
</autoincrement>
20 <name>domain_id
</name>
21 <type>int unsigned
</type>
22 <required>true
</required>
24 <table>civicrm_domain
</table>
25 <keyColumn>id
</keyColumn>
26 <labelColumn>name
</labelColumn>
28 <comment>Which Domain is this menu item for
</comment>
32 <name>domain_id
</name>
33 <table>civicrm_domain
</table>
41 <comment>Path Name
</comment>
45 <name>UI_path_domain_id
</name>
46 <fieldName>path
</fieldName>
47 <fieldName>domain_id
</fieldName>
52 <name>path_arguments
</name>
54 <comment>Arguments to pass to the url
</comment>
61 <comment>Menu Title
</comment>
65 <name>access_callback
</name>
68 <comment>Function to call to check access permissions
</comment>
72 <name>access_arguments
</name>
74 <comment>Arguments to pass to access callback
</comment>
78 <name>page_callback
</name>
81 <comment>function to call for this url
</comment>
85 <name>page_arguments
</name>
87 <comment>Arguments to pass to page callback
</comment>
91 <name>breadcrumb
</name>
93 <comment>Breadcrumb for the path.
</comment>
97 <name>return_url
</name>
100 <comment>Url where a page should redirected to, if next url not known.
</comment>
104 <name>return_url_args
</name>
107 <comment>Arguments to pass to return_url
</comment>
111 <name>component_id
</name>
112 <type>int unsigned
</type>
113 <comment>Component that this menu item belongs to
</comment>
116 <table>civicrm_component
</table>
117 <keyColumn>id
</keyColumn>
118 <labelColumn>name
</labelColumn>
125 <name>component_id
</name>
126 <table>civicrm_component
</table>
131 <name>is_active
</name>
133 <comment>Is this menu item active?
</comment>
137 <name>is_public
</name>
139 <comment>Is this menu accessible to the public?
</comment>
143 <name>is_exposed
</name>
145 <comment>Is this menu exposed to the navigation system?
</comment>
151 <comment>Should this menu be exposed via SSL if enabled?
</comment>
158 <required>true
</required>
160 <comment>Ordering of the menu items in various blocks.
</comment>
166 <required>true
</required>
168 <comment>Drupal menu type.
</comment>
172 <name>page_type
</name>
174 <required>true
</required>
176 <comment>CiviCRM menu type.
</comment>
180 <name>skipBreadcrumb
</name>
182 <comment>skip this url being exposed to breadcrumb
</comment>