function querypath_examples_show_musicbrainz in QueryPath 6
Same name and namespace in other branches
- 7.3 querypath_examples.module \querypath_examples_show_musicbrainz()
- 7.2 querypath_examples.module \querypath_examples_show_musicbrainz()
1 string reference to 'querypath_examples_show_musicbrainz'
- querypath_examples_menu in ./
querypath_examples.module - Implements hook_menu();
File
- ./
querypath_examples.module, line 209 - The main file for querypath_examples.
Code
function querypath_examples_show_musicbrainz() {
return drupal_get_form('querypath_examples_show_musicbrainz_form');
}