You are here

48 string references to 'cf_error' in Common Functionality 7.2

cf_adjust_url in modules/cf_http/cf_http.module
Fix relative url pulled from the remote server.
cf_convert_from_crud in ./cf.module
Converts the passed argument into an array of multiple booleans.
cf_current_user in ./cf.module
Provide a safe way to get the current user.
cf_db_options_get_options in modules/cf_db_options/cf_db_options.module
Get an array of supported options for a given option type.
cf_db_options_get_options_list in modules/cf_db_options/cf_db_options.module
Returns a list of options.
cf_db_options_get_options_name in modules/cf_db_options/cf_db_options.module
Builds an options table name.
cf_db_options_id_to_machine_name in modules/cf_db_options/cf_db_options.module
Returns the machine_name for a given option numeric id.
cf_db_options_machine_name_to_id in modules/cf_db_options/cf_db_options.module
Returns the numeric id for a given option machine_name.
cf_dom::change_element in modules/cf_dom/classes/cf_dom.php
Changes the element from one type to another.
cf_dom::change_elements in modules/cf_dom/classes/cf_dom.php
Change all elements of a given element type to another type.
cf_dom::get_markup in modules/cf_dom/classes/cf_dom.php
Converts the body or head element into markup
cf_dom::get_tag_markup in modules/cf_dom/classes/cf_dom.php
Converts the selected tag into HTML markup.
cf_dom::remove_element in modules/cf_dom/classes/cf_dom.php
Removes the given element from its parent.
cf_dom::remove_elements in modules/cf_dom/classes/cf_dom.php
Remove all elements of a given element type.
cf_dom::__construct in modules/cf_dom/classes/cf_dom.php
Constructor for the cf_dom class.
cf_error_empty_string in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_install in modules/cf_error/cf_error.install
Implementation of hook_install().
cf_error_invalid_array in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_bool in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_callable in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_float in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_integer in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_null in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_object in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_resource in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_scalar in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_invalid_variable in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_menu in modules/cf_error/cf_error.module
Implements hook_menu().
cf_error_missing_array_key in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_missing_object_property in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_not_numeric in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_not_string in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_on_query_execution in modules/cf_1x_compatibility/cf_1x_compatibility.module
This is a compatibility function for cf-1.x.
cf_error_update_7200 in modules/cf_error/cf_error.install
Upgrade module from 7.x-1.x to 7.x-2.x.
cf_field_cardinality_form_field_ui_field_edit_form_alter in modules/cf_field_cardinality/cf_field_cardinality.module
Implements hook_form_alter() for field_ui_field_edit_form.
cf_http_adjust_urls in modules/cf_http/cf_http.module
Fix relative urls pulled from the remote server.
cf_http_get_response in modules/cf_http/cf_http.module
Reads an http page at the given path and returns an unprocessed response.
cf_http_reduce_html_headers in modules/cf_http/cf_http.module
Reads and processes a website page at the given path.
cf_is_empty_or_non_array in ./cf.module
Checks if a variable is an empty array is empty or not an array at all.
cf_is_empty_or_non_string in ./cf.module
Checks if a variable is an empty string is empty or not a string at all.
cf_is_not_form_state in ./cf.module
Checks if the argument is a valid drupal form state array.
cf_node_create in modules/cf_node/cf_node.module
Programatically creates a node of the form type and returns any errors.
cf_settings_install in modules/cf_settings/cf_settings.install
Implementation of hook_install().
cf_settings_modules_uninstalled in modules/cf_settings/cf_settings.module
Implements hook_modules_uninstalled().
cf_user_get_rids in modules/cf_user/cf_user.module
Provide a simple way to get the roles ids for the current or specified user.
cf_user_get_users_by_rids in modules/cf_user/cf_user.module
Provide a simple way to load users that have any of the given role ids.
cf_user_has_role in modules/cf_user/cf_user.module
Confirm whether a user is in a given role by the role id.
cf_version_exists in ./cf.module
Detect if a specific version of a module exists.