js_injector_help |
./js_injector.module |
Implements hook_help(). |
|
|
js_injector_install |
./js_injector.install |
Implements hook_install(). |
|
|
js_injector_page_build |
./js_injector.module |
Implements hook_page_build(). |
|
|
js_injector_permission |
./js_injector.module |
Implements hook_permission(). |
|
|
js_injector_rule_load |
./js_injector.module |
Loads the data for a js_injector rule. |
|
1 |
js_injector_uninstall |
./js_injector.install |
Implements hook_uninstall(). |
|
|
js_injector_update_8000 |
./js_injector.install |
Migrate js_injector rules into configuration. |
|
|
js_injector_update_8001 |
./js_injector.install |
Drop the {js_injector_rule} table. |
|
|
_js_injector_rule_path |
./js_injector.module |
Helper function to get file path for a rule.
This will get the path relative to DRUPAL_ROOT,
as in 'sites/default/files/js_injector/js_[id].js'. |
1 |
|
_js_injector_rule_uri |
./js_injector.module |
Return the URI for a given rule name. |
3 |
|
_js_injector_visibility_pages |
./js_injector.module |
Based on visibility setting this function returns TRUE if the JS injector
rule code should be added to the current page and otherwise FALSE. |
1 |
|