cf_convert_from_crud |
./cf.module |
Converts the passed argument into an array of multiple booleans. |
|
|
cf_convert_to_crud |
./cf.module |
Converts the passed arguments into a single number. |
|
|
cf_current_user |
./cf.module |
Provide a safe way to get the current user. |
4 |
|
cf_error_append_history |
modules/cf_error/cf_error.module |
Appends the function name to the function_history. |
34 |
|
cf_error_cf_permission_alter |
modules/cf_error/cf_error.module |
Implements hook_cf_permission_alter(). |
|
|
cf_error_empty_string |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be non-empty string but is not. |
18 |
|
cf_error_invalid_array |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be an array but is not. |
3 |
|
cf_error_invalid_bool |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be an boolean but is not. |
|
|
cf_error_invalid_callable |
modules/cf_error/cf_error.module |
Reports if an argument is not a callable function. |
|
|
cf_error_invalid_float |
modules/cf_error/cf_error.module |
Reports if a variable is not a float, double, or real. |
|
|
cf_error_invalid_integer |
modules/cf_error/cf_error.module |
Reports that a given argument is not an integer or a long. |
|
|
cf_error_invalid_null |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be a null but is not. |
|
|
cf_error_invalid_object |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be an object but is not. |
3 |
|
cf_error_invalid_resource |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be a resource but is not. |
|
|
cf_error_invalid_scalar |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be a scalar but is not. |
|
|
cf_error_invalid_variable |
modules/cf_error/cf_error.module |
Reports variables as invalid to the watchdog system. |
15 |
|
cf_error_missing_array_key |
modules/cf_error/cf_error.module |
Reports that a given array is missing a specific array key. |
1 |
|
cf_error_missing_object_property |
modules/cf_error/cf_error.module |
Reports that a given object is missing a property. |
|
|
cf_error_not_numeric |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be numeric but is not. |
4 |
|
cf_error_not_string |
modules/cf_error/cf_error.module |
Reports that a given argument is supposed to be a string but is not. |
2 |
|
cf_error_on_query_execution |
modules/cf_error/cf_error.module |
Reports query execution failures to the watchdog system. |
1 |
|
cf_error_print_message |
modules/cf_error/cf_error.module |
Prints error messages to the screen. |
2 |
|
cf_get_user |
./cf.module |
Provide a safe way to get the current user. |
1 |
|
cf_has_array_key |
./cf.module |
Check to see if the variable is an array and if the given key exists. |
1 |
|
cf_http_adjust_urls |
modules/cf_http/cf_http.module |
Fix relative urls pulled from the remote server. |
|
|
cf_http_get_response |
modules/cf_http/cf_http.module |
Reads an http page at the given path and returns an unprocessed response. |
1 |
|
cf_http_get_webpage |
modules/cf_http/cf_http.module |
Reads and processes a website page at the given path. |
|
|
cf_http_headers_errors |
modules/cf_http/cf_http.module |
Search through an array of http errors for common 400 and 500 http codes. |
1 |
|
cf_http_init |
modules/cf_http/cf_http.module |
Implements hook_init(). |
|
|
cf_http_parse_response |
modules/cf_http/cf_http.module |
Accepts and processes provided http content. |
1 |
|
cf_http_reduce_html_headers |
modules/cf_http/cf_http.module |
Reads and processes a website page at the given path. |
|
|
cf_http_split_response |
modules/cf_http/cf_http.module |
Breaks apart an html formatted document string. |
|
|
cf_http_unchunk_response |
modules/cf_http/cf_http.module |
Unchunk http content. |
1 |
|
cf_http_validate_response |
modules/cf_http/cf_http.module |
Validate http responses by checking header. |
1 |
|
cf_init |
./cf.module |
Implements hook_init(). |
|
|
cf_is_empty_or_non_string |
./cf.module |
Checks if a variable is an empty string is empty or not a string at all. |
6 |
|
cf_is_not_form_state |
./cf.module |
Checks if the argument is a valid drupal form state array. |
|
|
cf_menu_accessibility_page |
modules/cf_menu/includes/menu.inc |
Displays the content accessibility menu page. |
|
4 |
cf_menu_cf_permission_alter |
modules/cf_menu/cf_menu.module |
Implements hook_cf_permission_alter(). |
|
|
cf_menu_install |
modules/cf_menu/cf_menu.install |
Implementation of hook_install(). |
|
|
cf_menu_menu |
modules/cf_menu/cf_menu.module |
Implements hook_menu(). |
|
|
cf_menu_query_menu_tree_check_access_alter |
modules/cf_menu/cf_menu.module |
Implements hook_query_TAG_alter(). |
|
|
cf_menu_uninstall |
modules/cf_menu/cf_menu.install |
Implementation of hook_uninstall(). |
|
|
cf_node_create |
modules/cf_node/cf_node.module |
Programatically creates a node of the form type and returns any errors.
This flushes the error buffer allowing for multiple calls.
This will always return an array. |
|
|
cf_node_initialize_class |
modules/cf_node/cf_node.module |
Create a node class object. |
|
|
cf_page_not_accessible |
./cf.module |
Returns a standard "This page cannot be accessed" message. |
|
|
cf_permission |
./cf.module |
Implements hook_permission(). |
|
|
cf_theme_generate_headers |
modules/cf_theme/cf_theme.module |
Properly generates html headers based on the contents of the $cf parameter. |
|
|
cf_theme_get_variables |
modules/cf_theme/cf_theme.module |
Returns an array of variables to be used by a given theme. |
|
|
cf_theme_render_variables |
modules/cf_theme/cf_theme.module |
Safely render all variables specified in the $keys array. |
|
|