search_restrict_content_type_form |
./search_restrict.module |
Alter content type forms to include search restrict options. |
1 |
|
search_restrict_content_type_form_submit |
./search_restrict.module |
use custom submit function to avoid a query at time of search to get the list of content types |
|
1 |
search_restrict_form_alter |
./search_restrict.module |
Implements hook_form_alter(). |
|
|
search_restrict_form_node_type_form_alter |
./search_restrict.module |
Implements hook_form_FORM_alter(). |
|
|
search_restrict_install |
./search_restrict.install |
Implements hook_install(). |
|
|
search_restrict_permission |
./search_restrict.module |
Implements hook_permission(). |
|
|
search_restrict_query_node_access_alter |
./search_restrict.module |
Implements hook_query_node_access_alter(). |
|
|
search_restrict_uninstall |
./search_restrict.install |
Implements hook_uninstall(). |
|
|
search_restrict_update_6001 |
./search_restrict.install |
Remove extra variables set by the content type form. |
|
|
_search_restrict_advanced_form |
./search_restrict.module |
Remove restricted content types from the advanced search form. We use
after_build due to the method the node module uses to add the advanced
search options. |
|
1 |
_search_restrict_excluded_content_types |
./search_restrict.module |
Return an array of content types to be excluded for role(s) this user has. |
1 |
|