function sbp_test_make_exclude_page in Search by Page 7
Same name and namespace in other branches
- 6 tests/sbp_test.module \sbp_test_make_exclude_page()
Page callback function for path 'sbp_test_exclude_page'.
1 string reference to 'sbp_test_make_exclude_page'
- sbp_test_menu in tests/
sbp_test.module - Implements hook_menu().
File
- tests/
sbp_test.module, line 343 - Module file for Search by Page testing.
Code
function sbp_test_make_exclude_page() {
return '<h2>' . t('Trees') . '</h2>' . '<tagtoexclude><ul>' . '<li>' . t('Poplar') . '</li>' . '</ul></tagtoexclude><p>Cottonwood</p>';
}