| css_injector_admin | ./css_injector.module | Implements hook_admin(). |  | 1 | 
          
                  | css_injector_admin_delete_button | ./css_injector.admin.inc | Delete button callback for the CSS rule listing form.
Redirects the user to the confirmation form. |  | 2 | 
          
                  | css_injector_admin_edit_button | ./css_injector.admin.inc | Edit button callback for the CSS rule listing form. |  | 1 | 
          
                  | css_injector_admin_form | ./css_injector.admin.inc | Form builder function for CSS Injector's main admin page. |  | 1 | 
          
                  | css_injector_css_alter | ./css_injector.module | Implements hook_css_alter().
Since we're trying to give the administrator complete control, we'll move
CSS that this module has added to a high weight, higher even than the theme's
CSS files. Currently the weight is 200 + the crid,… |  |  | 
          
                  | css_injector_delete_confirm | ./css_injector.admin.inc | Menu callback -- ask for confirmation of rule deletion. |  | 1 | 
          
                  | css_injector_delete_confirm_submit | ./css_injector.admin.inc | Execute node deletion. |  |  | 
          
                  | css_injector_edit | ./css_injector.admin.inc | Form builder function for the CSS rule edit form. |  | 1 | 
          
                  | css_injector_edit_save | ./css_injector.admin.inc | Submit button callback for the CSS rule edit form. | 1 | 1 | 
          
                  | css_injector_edit_save_and_continue | ./css_injector.admin.inc | Save and continue callback for the CSS rule edit form. |  | 1 | 
          
                  | css_injector_edit_validate | ./css_injector.admin.inc | Validation callback for the CSS rule edit form. |  |  | 
          
                  | css_injector_help | ./css_injector.module | Implements hook_help(). |  |  | 
          
                  | css_injector_init | ./css_injector.module | Implements hook_init().
Checks to see whether any CSS files should be added to the current page,
based on rules configured by the site administrator. |  |  | 
          
                  | css_injector_install | ./css_injector.install | Implements hook_install(). |  |  | 
          
                  | css_injector_menu | ./css_injector.module | Implements hook_menu().
Defines menu callbacks for CSS Injector's configuration pages. |  |  | 
          
                  | css_injector_permission | ./css_injector.module | Implements hook_permission(). |  |  | 
          
                  | css_injector_requirements | ./css_injector.install | Implements hook_requirements().
We'll use this to prevent installation of the module if the file directory
is not available and writable. |  |  | 
          
                  | css_injector_schema | ./css_injector.install | Implements hook_schema(). |  |  | 
          
                  | css_injector_theme | ./css_injector.module | Implements hook_theme(). |  |  | 
          
                  | css_injector_uninstall | ./css_injector.install | Implements hook_uninstall(). |  |  | 
          
                  | css_injector_update_7002 | ./css_injector.install | Adds enabled rule and themes list. |  |  | 
          
                  | theme_css_injector_admin_form | ./css_injector.admin.inc | Theme function for the CSS Injector admin overview form. |  |  | 
          
                  | _css_injector_delete_rule | ./css_injector.module | Helper function to delete an existing rule and its accompanying file. | 1 |  | 
          
                  | _css_injector_evaluate_rule | ./css_injector.module | Helper function to determine whether a rule's conditions are met. | 1 |  | 
          
                  | _css_injector_get_themes | ./css_injector.module | Return list of available themes. | 2 |  | 
          
                  | _css_injector_load_rule | ./css_injector.module | Helper function to load all CSS injection rules. | 7 |  | 
          
                  | _css_injector_rule_uri | ./css_injector.module | Return the URI for a crid. | 8 |  | 
          
                  | _css_injector_update_breadcrumb | ./css_injector.module | Returns full breadcrumb for rules forms. | 3 |  |