Rules module integrations. in Rules 6
Same name and namespace in other branches
- 7.2 rules.api.php \rules
Module integrations with the rules module.
The Rules developer documentation describes how modules can integrate with rules: http://drupal.org/node/298486.
File
- rules/
rules.api.php, line 11 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Functions
Name![]() |
Location | Description |
---|---|---|
comment_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
comment_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
comment_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info() |
comment_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info() |
comment_rules_event_info |
rules/ |
Implementation of hook_rules_event_info() |
comment_rules_event_info |
rules/ |
Implementation of hook_rules_event_info() |
node_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
node_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
node_rules_action_info_alter |
rules/ |
Implementation of hook_rules_action_info_alter(). |
node_rules_action_info_alter |
rules/ |
Implementation of hook_rules_action_info_alter(). |
node_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info() |
node_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info() |
node_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info() |
node_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info() |
node_rules_event_info |
rules/ |
Implementation of hook_rules_event_info() |
node_rules_event_info |
rules/ |
Implementation of hook_rules_event_info() |
node_rules_upgrade_event_map |
rules/ |
Implementation of hook_rules_upgrade_event_map(). |
node_rules_upgrade_event_map |
rules/ |
Implementation of hook_rules_upgrade_event_map(). |
path_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
path_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
path_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
path_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
php_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
php_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
php_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
php_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
php_rules_evaluator |
rules/ |
Implementation of hook_rules_evaluator(). |
php_rules_evaluator |
rules/ |
Implementation of hook_rules_evaluator(). |
rules_action_add_node |
rules/ |
Action "Add a node" |
rules_action_add_node |
rules/ |
Action "Add a node" |
rules_action_add_node_form |
rules/ |
Action "Add a node" configuration form |
rules_action_add_node_form |
rules/ |
Action "Add a node" configuration form |
rules_action_add_node_variable_label |
rules/ |
|
rules_action_add_node_variable_label |
rules/ |
|
rules_action_custom_php |
rules/ |
Custom php action: Fires up the input evaluator manually and returns it's return value. |
rules_action_custom_php |
rules/ |
Custom php action: Fires up the input evaluator manually and returns it's return value. |
rules_action_custom_php_form |
rules/ |
Execute custom php code action configuration form. |
rules_action_custom_php_form |
rules/ |
Execute custom php code action configuration form. |
rules_action_custom_php_submit |
rules/ |
Execute custom php code action configuration form. |
rules_action_custom_php_submit |
rules/ |
Execute custom php code action configuration form. |
rules_action_delete_node |
rules/ |
Action "Delete a node". |
rules_action_delete_node |
rules/ |
Action "Delete a node". |
rules_action_delete_node_label |
rules/ |
Action "Delete content" - Label callback |
rules_action_delete_node_label |
rules/ |
Action "Delete content" - Label callback |
rules_action_drupal_goto |
rules/ |
Action Implementation: Page redirect. |
rules_action_drupal_goto |
rules/ |
Action Implementation: Page redirect. |
rules_action_drupal_goto_form |
rules/ |
Action "Page redirect" configuration form |
rules_action_drupal_goto_form |
rules/ |
Action "Page redirect" configuration form |
rules_action_drupal_message |
rules/ |
|
rules_action_drupal_message |
rules/ |
|
rules_action_drupal_message_form |
rules/ |
Action drupal message configuration form. |
rules_action_drupal_message_form |
rules/ |
Action drupal message configuration form. |
rules_action_invoke_set |
rules/ |
Base action implementation for invoking all rule sets. |
rules_action_invoke_set |
rules/ |
Base action implementation for invoking all rule sets. |
rules_action_invoke_set_features_export |
rules/ |
Also add in the invoked rule set when exporting for features. |
rules_action_invoke_set_features_export |
rules/ |
Also add in the invoked rule set when exporting for features. |
rules_action_load_comment |
rules/ |
Action: Load a comment by id. |
rules_action_load_comment |
rules/ |
Action: Load a comment by id. |
rules_action_load_comment_variable_label |
rules/ |
Action "Load a comment by id" variable label callback. |
rules_action_load_comment_variable_label |
rules/ |
Action "Load a comment by id" variable label callback. |
rules_action_load_node |
rules/ |
Loads a node |
rules_action_load_node |
rules/ |
Loads a node |
rules_action_load_node_variable_label |
rules/ |
Action "Load a node" variable label callback |
rules_action_load_node_variable_label |
rules/ |
Action "Load a node" variable label callback |
rules_action_load_user |
rules/ |
Loads a user |
rules_action_load_user |
rules/ |
Loads a user |
rules_action_load_user_form |
rules/ |
|
rules_action_load_user_form |
rules/ |
|
rules_action_load_user_validate |
rules/ |
|
rules_action_load_user_validate |
rules/ |
|
rules_action_mail |
rules/ |
Action Implementation: rules_action_mail This action makes use of the rules_action_mail_to_user action implementation. |
rules_action_mail |
rules/ |
Action Implementation: rules_action_mail This action makes use of the rules_action_mail_to_user action implementation. |
rules_action_mail_form |
rules/ |
Action "Send a mail to an arbitrary mail address" configuration form |
rules_action_mail_form |
rules/ |
Action "Send a mail to an arbitrary mail address" configuration form |
rules_action_mail_to_user |
rules/ |
Action Implementation: Send a mail to a user. |
rules_action_mail_to_user |
rules/ |
Action Implementation: Send a mail to a user. |
rules_action_mail_to_users_of_role |
rules/ |
Action: Send mail to all users of a specific role group(s). |
rules_action_mail_to_users_of_role |
rules/ |
Action: Send mail to all users of a specific role group(s). |
rules_action_mail_to_users_of_role_form |
rules/ |
Action "Send a mail to users of a role" configuration form |
rules_action_mail_to_users_of_role_form |
rules/ |
Action "Send a mail to users of a role" configuration form |
rules_action_mail_to_users_of_role_submit |
rules/ |
|
rules_action_mail_to_users_of_role_submit |
rules/ |
|
rules_action_mail_to_user_form |
rules/ |
Action "Send a mail to a user" configuration form |
rules_action_mail_to_user_form |
rules/ |
Action "Send a mail to a user" configuration form |
rules_action_node_load_author |
rules/ |
Loads the content author |
rules_action_node_load_author |
rules/ |
Loads the content author |
rules_action_node_load_author_label |
rules/ |
Action load node author label callback |
rules_action_node_load_author_label |
rules/ |
Action load node author label callback |
rules_action_node_load_author_variable_label |
rules/ |
Action load node author variable label callback |
rules_action_node_load_author_variable_label |
rules/ |
Action load node author variable label callback |
rules_action_node_path_alias |
rules/ |
Action Implementation |
rules_action_node_path_alias |
rules/ |
Action Implementation |
rules_action_node_path_alias_form |
rules/ |
|
rules_action_node_path_alias_form |
rules/ |
|
rules_action_node_path_alias_help |
rules/ |
|
rules_action_node_path_alias_help |
rules/ |
|
rules_action_node_path_alias_label |
rules/ |
|
rules_action_node_path_alias_label |
rules/ |
|
rules_action_node_set_author |
rules/ |
Modifies a node as configured |
rules_action_node_set_author |
rules/ |
Modifies a node as configured |
rules_action_node_set_author_label |
rules/ |
Action set node author - Label callback |
rules_action_node_set_author_label |
rules/ |
Action set node author - Label callback |
rules_action_path_alias |
rules/ |
Action Implementation |
rules_action_path_alias |
rules/ |
Action Implementation |
rules_action_path_alias_form |
rules/ |
|
rules_action_path_alias_form |
rules/ |
|
rules_action_path_alias_validate |
rules/ |
|
rules_action_path_alias_validate |
rules/ |
|
rules_action_save_variable |
rules/ |
Base action implementation for adding a new variable and saving variables. |
rules_action_save_variable |
rules/ |
Base action implementation for adding a new variable and saving variables. |
rules_action_save_variable_form |
rules/ |
|
rules_action_save_variable_form |
rules/ |
|
rules_action_save_variable_help |
rules/ |
|
rules_action_save_variable_help |
rules/ |
|
rules_action_set_breadcrumb |
rules/ |
Action Implementation: Set breadcrumb. |
rules_action_set_breadcrumb |
rules/ |
Action Implementation: Set breadcrumb. |
rules_action_set_breadcrumb_form |
rules/ |
Action "Set breadcrumb" configuration form |
rules_action_set_breadcrumb_form |
rules/ |
Action "Set breadcrumb" configuration form |
rules_action_set_node_title |
rules/ |
Sets the content title |
rules_action_set_node_title |
rules/ |
Sets the content title |
rules_action_set_node_title_label |
rules/ |
Action set node title - Label callback |
rules_action_set_node_title_label |
rules/ |
Action set node title - Label callback |
rules_action_taxonomy_add_term |
rules/ |
Action: Add a new term to vocabulary. |
rules_action_taxonomy_add_term |
rules/ |
Action: Add a new term to vocabulary. |
rules_action_taxonomy_add_term_form |
rules/ |
Action: Add a new term to vocabulary configuration form. |
rules_action_taxonomy_add_term_form |
rules/ |
Action: Add a new term to vocabulary configuration form. |
rules_action_taxonomy_add_vocab |
rules/ |
Action: Add a new vocabulary. |
rules_action_taxonomy_add_vocab |
rules/ |
Action: Add a new vocabulary. |
rules_action_taxonomy_add_vocab_form |
rules/ |
Action: Create a new vocabulary configuration form. |
rules_action_taxonomy_add_vocab_form |
rules/ |
Action: Create a new vocabulary configuration form. |
rules_action_taxonomy_add_vocab_submit |
rules/ |
Action: Create a new vocabulary submit handler. |
rules_action_taxonomy_add_vocab_submit |
rules/ |
Action: Create a new vocabulary submit handler. |
rules_action_taxonomy_delete_term |
rules/ |
Action: Delete a term. |
rules_action_taxonomy_delete_term |
rules/ |
Action: Delete a term. |
rules_action_taxonomy_load_term |
rules/ |
Action: Load a term. |
rules_action_taxonomy_load_term |
rules/ |
Action: Load a term. |
rules_action_taxonomy_load_term_form |
rules/ |
Action: Load a term configuration form. |
rules_action_taxonomy_load_term_form |
rules/ |
Action: Load a term configuration form. |
rules_action_taxonomy_load_term_form_step_submit |
rules/ |
|
rules_action_taxonomy_load_term_form_step_submit |
rules/ |
|
rules_action_taxonomy_load_vocab |
rules/ |
Action: Load a vocabulary. |
rules_action_taxonomy_load_vocab |
rules/ |
Action: Load a vocabulary. |
rules_action_taxonomy_load_vocab_form |
rules/ |
Action: Load a vocabulary configuration form. |
rules_action_taxonomy_load_vocab_form |
rules/ |
Action: Load a vocabulary configuration form. |
rules_action_taxonomy_term_assign_to_content |
rules/ |
Action: Assign or remove a term to content. |
rules_action_taxonomy_term_assign_to_content |
rules/ |
Action: Assign or remove a term to content. |
rules_action_taxonomy_term_remove_from_content |
rules/ |
Action: Remove a term from content. |
rules_action_taxonomy_term_remove_from_content |
rules/ |
Action: Remove a term from content. |
rules_action_user_addrole |
rules/ |
Action user: adds roles to a particular user |
rules_action_user_addrole |
rules/ |
Action user: adds roles to a particular user |
rules_action_user_addrole_form |
rules/ |
Action: add user roles form |
rules_action_user_addrole_form |
rules/ |
Action: add user roles form |
rules_action_user_addrole_submit |
rules/ |
|
rules_action_user_addrole_submit |
rules/ |
|
rules_action_user_create |
rules/ |
Action: Creates a user. |
rules_action_user_create |
rules/ |
Action: Creates a user. |
rules_action_user_removerole |
rules/ |
User Action: deletes roles from a given user |
rules_action_user_removerole |
rules/ |
User Action: deletes roles from a given user |
rules_action_user_removerole_form |
rules/ |
User Action: form for selecting roles to be deleted |
rules_action_user_removerole_form |
rules/ |
User Action: form for selecting roles to be deleted |
rules_action_user_removerole_submit |
rules/ |
|
rules_action_user_removerole_submit |
rules/ |
|
rules_action_watchdog |
rules/ |
Action Implementation: Log to watchdog. |
rules_action_watchdog |
rules/ |
Action Implementation: Log to watchdog. |
rules_action_watchdog_form |
rules/ |
Action "Watchdog" configuration form |
rules_action_watchdog_form |
rules/ |
Action "Watchdog" configuration form |
rules_clean_path |
rules/ |
Cleans the given path by replacing non ASCII characters with the given $replace parameter |
rules_clean_path |
rules/ |
Cleans the given path by replacing non ASCII characters with the given $replace parameter |
rules_comment |
rules/ |
Implementation of hook_comment(). |
rules_comment |
rules/ |
Implementation of hook_comment(). |
rules_condition_alias_exists |
rules/ |
Condition implementation: Check if the URL alias already exists |
rules_condition_alias_exists |
rules/ |
Condition implementation: Check if the URL alias already exists |
rules_condition_alias_exists_form |
rules/ |
|
rules_condition_alias_exists_form |
rules/ |
|
rules_condition_check_boolean |
rules/ |
Condition implementation: Boolean check. |
rules_condition_check_boolean |
rules/ |
Condition implementation: Boolean check. |
rules_condition_check_boolean_help |
rules/ |
|
rules_condition_check_boolean_help |
rules/ |
|
rules_condition_content_has_term |
rules/ |
Condition: Check for selected terms. |
rules_condition_content_has_term |
rules/ |
Condition: Check for selected terms. |
rules_condition_content_has_term_form |
rules/ |
Condition: Check for terms; Configuration form. |
rules_condition_content_has_term_form |
rules/ |
Condition: Check for terms; Configuration form. |
rules_condition_content_is_new |
rules/ |
Condition: Check if the node is new |
rules_condition_content_is_new |
rules/ |
Condition: Check if the node is new |
rules_condition_content_is_new_label |
rules/ |
|
rules_condition_content_is_new_label |
rules/ |
|
rules_condition_content_is_promoted |
rules/ |
Condition: Check if the node is promoted to the frontpage |
rules_condition_content_is_promoted |
rules/ |
Condition: Check if the node is promoted to the frontpage |
rules_condition_content_is_promoted_label |
rules/ |
|
rules_condition_content_is_promoted_label |
rules/ |
|
rules_condition_content_is_published |
rules/ |
Condition: Check if the node is published |
rules_condition_content_is_published |
rules/ |
Condition: Check if the node is published |
rules_condition_content_is_published_label |
rules/ |
|
rules_condition_content_is_published_label |
rules/ |
|
rules_condition_content_is_sticky |
rules/ |
Condition: Check if the node is sticky |
rules_condition_content_is_sticky |
rules/ |
Condition: Check if the node is sticky |
rules_condition_content_is_sticky_label |
rules/ |
|
rules_condition_content_is_sticky_label |
rules/ |
|
rules_condition_content_is_type |
rules/ |
Condition: Check for selected content types |
rules_condition_content_is_type |
rules/ |
Condition: Check for selected content types |
rules_condition_content_is_type_form |
rules/ |
Condition: Check for content types - Configuration form |
rules_condition_content_is_type_form |
rules/ |
Condition: Check for content types - Configuration form |
rules_condition_content_is_type_label |
rules/ |
Some label callbacks for the conditions |
rules_condition_content_is_type_label |
rules/ |
Some label callbacks for the conditions |
rules_condition_custom_php |
rules/ |
Custom php condition: Fires up the input evaluator manually and returns it's return value. |
rules_condition_custom_php |
rules/ |
Custom php condition: Fires up the input evaluator manually and returns it's return value. |
rules_condition_custom_php_form |
rules/ |
Execute custom php code condition configuration form. |
rules_condition_custom_php_form |
rules/ |
Execute custom php code condition configuration form. |
rules_condition_custom_php_submit |
rules/ |
Execute custom php code action configuration form. |
rules_condition_custom_php_submit |
rules/ |
Execute custom php code action configuration form. |
rules_condition_custom_php_validate |
rules/ |
Custom PHP condition configuration form validation Checks for at least one return statement |
rules_condition_custom_php_validate |
rules/ |
Custom PHP condition configuration form validation Checks for at least one return statement |
rules_condition_number_compare |
rules/ |
Condition implementation: Numeric comparison. |
rules_condition_number_compare |
rules/ |
Condition implementation: Numeric comparison. |
rules_condition_number_compare_form |
rules/ |
Condition: Numerical comparision configuration form |
rules_condition_number_compare_form |
rules/ |
Condition: Numerical comparision configuration form |
rules_condition_text_compare |
rules/ |
Condition Implementation: Textual comparison. |
rules_condition_text_compare |
rules/ |
Condition Implementation: Textual comparison. |
rules_condition_text_compare_form |
rules/ |
Condition: Textual comparison configuration form |
rules_condition_text_compare_form |
rules/ |
Condition: Textual comparison configuration form |
rules_condition_url_has_alias |
rules/ |
Condition implementation: Check if the path has an alias |
rules_condition_url_has_alias |
rules/ |
Condition implementation: Check if the path has an alias |
rules_condition_url_has_alias_form |
rules/ |
@file Rules configuration forms for the path module |
rules_condition_url_has_alias_form |
rules/ |
@file Rules configuration forms for the path module |
rules_condition_user_comparison |
rules/ |
A simple user comparison |
rules_condition_user_comparison |
rules/ |
A simple user comparison |
rules_condition_user_hasrole |
rules/ |
Condition user: condition to check whether user has particular roles |
rules_condition_user_hasrole |
rules/ |
Condition user: condition to check whether user has particular roles |
rules_condition_user_hasrole_form |
rules/ |
Condition User: form to select roles to check for |
rules_condition_user_hasrole_form |
rules/ |
Condition User: form to select roles to check for |
rules_condition_user_hasrole_submit |
rules/ |
|
rules_condition_user_hasrole_submit |
rules/ |
|
rules_core_action_execute |
rules/ |
Action implementation: Execute a core action |
rules_core_action_execute |
rules/ |
Action implementation: Execute a core action |
rules_core_action_execute_form |
rules/ |
Action form implementation: Get the core actions form |
rules_core_action_execute_form |
rules/ |
Action form implementation: Get the core actions form |
rules_core_action_execute_submit |
rules/ |
Action form submit implementation: Apply the core actions form submit |
rules_core_action_execute_submit |
rules/ |
Action form submit implementation: Apply the core actions form submit |
rules_core_action_execute_validate |
rules/ |
Apply the core actions form validation |
rules_core_action_execute_validate |
rules/ |
Apply the core actions form validation |
rules_core_action_transform_info |
rules/ |
Transforms action info written for core to the rules format. If the action should not be used by the rules modules, an empty array is returned. |
rules_core_action_transform_info |
rules/ |
Transforms action info written for core to the rules format. If the action should not be used by the rules modules, an empty array is returned. |
rules_core_node_label_callback |
rules/ |
Label callback for the node core actions |
rules_core_node_label_callback |
rules/ |
Label callback for the node core actions |
rules_cron |
rules/ |
Implementation of hook_cron(). |
rules_cron |
rules/ |
Implementation of hook_cron(). |
rules_events_argument_comment_author |
rules/ |
Gets the author of the comment |
rules_events_argument_comment_author |
rules/ |
Gets the author of the comment |
rules_events_argument_comment_node |
rules/ |
Gets the comment's node |
rules_events_argument_comment_node |
rules/ |
Gets the comment's node |
rules_events_argument_comment_node_author |
rules/ |
Gets the comment's node's author |
rules_events_argument_comment_node_author |
rules/ |
Gets the comment's node's author |
rules_events_argument_global_user |
rules/ |
Gets the user account of the "acting" user - which is always the global user |
rules_events_argument_global_user |
rules/ |
Gets the user account of the "acting" user - which is always the global user |
rules_events_argument_node_author |
rules/ |
Gets the author's account of a node |
rules_events_argument_node_author |
rules/ |
Gets the author's account of a node |
rules_events_argument_node_unchanged |
rules/ |
Gets the node object, that doesn't contain the modified changes |
rules_events_argument_node_unchanged |
rules/ |
Gets the node object, that doesn't contain the modified changes |
rules_events_argument_taxonomy_term_unchanged |
rules/ |
Gets the term object, that doesn't contain the modified changes |
rules_events_argument_taxonomy_term_unchanged |
rules/ |
Gets the term object, that doesn't contain the modified changes |
rules_events_argument_unchanged_node_author |
rules/ |
Gets the author of the unchanged node object |
rules_events_argument_unchanged_node_author |
rules/ |
Gets the author of the unchanged node object |
rules_events_global_user_argument |
rules/ |
Returns the argument definition for the acting user (global $user) |
rules_events_global_user_argument |
rules/ |
Returns the argument definition for the acting user (global $user) |
rules_events_hook_comment_arguments |
rules/ |
Returns some arguments suitable for hook comment |
rules_events_hook_comment_arguments |
rules/ |
Returns some arguments suitable for hook comment |
rules_events_hook_taxonomy_term_arguments |
rules/ |
Returns some arguments suitable for using it with a term |
rules_events_hook_taxonomy_term_arguments |
rules/ |
Returns some arguments suitable for using it with a term |
rules_events_hook_user_arguments |
rules/ |
Returns some arguments suitable for hook_user |
rules_events_hook_user_arguments |
rules/ |
Returns some arguments suitable for hook_user |
rules_events_node_arguments |
rules/ |
Returns some arguments suitable for using it with a node |
rules_events_node_arguments |
rules/ |
Returns some arguments suitable for using it with a node |
rules_forms_action_adjust_weight |
rules_forms/ |
Action implementation: Adjust weight of a form element. |
rules_forms_action_adjust_weight |
rules_forms/ |
Action implementation: Adjust weight of a form element. |
rules_forms_action_hide_element |
rules_forms/ |
Action implementation: Hide a form element. |
rules_forms_action_hide_element |
rules_forms/ |
Action implementation: Hide a form element. |
rules_forms_action_prefix_suffix_html |
rules_forms/ |
Action implementation: Insert prefix/suffix HTML code. |
rules_forms_action_prefix_suffix_html |
rules_forms/ |
Action implementation: Insert prefix/suffix HTML code. |
rules_forms_action_redirect |
rules_forms/ |
Action implementation: Set the redirect target. |
rules_forms_action_redirect |
rules_forms/ |
Action implementation: Set the redirect target. |
rules_forms_action_set_element |
rules_forms/ |
Action implementation: Set the default value. |
rules_forms_action_set_element |
rules_forms/ |
Action implementation: Set the default value. |
rules_forms_action_set_error |
rules_forms/ |
Action implementation: set form error. |
rules_forms_action_set_error |
rules_forms/ |
Action implementation: set form error. |
rules_forms_condition_element_value |
rules_forms/ |
Condition implementation: Check a form element value. |
rules_forms_condition_element_value |
rules_forms/ |
Condition implementation: Check a form element value. |
rules_forms_equal_array_values |
rules_forms/ |
Returns TRUE if both arrays contain the same values, regardless of their keys and value ordering. |
rules_forms_equal_array_values |
rules_forms/ |
Returns TRUE if both arrays contain the same values, regardless of their keys and value ordering. |
rules_forms_events_arguments |
rules_forms/ |
Returns some arguments suitable for hook form alter. |
rules_forms_events_arguments |
rules_forms/ |
Returns some arguments suitable for hook form alter. |
rules_forms_rules_action_info |
rules_forms/ |
Implementation of hook_rules_action_info(). |
rules_forms_rules_action_info |
rules_forms/ |
Implementation of hook_rules_action_info(). |
rules_forms_rules_condition_info |
rules_forms/ |
Implementation of hook_rules_condition_info(). |
rules_forms_rules_condition_info |
rules_forms/ |
Implementation of hook_rules_condition_info(). |
rules_forms_rules_data_type_info |
rules_forms/ |
Implementation of hook_rules_data_type_info(). |
rules_forms_rules_data_type_info |
rules_forms/ |
Implementation of hook_rules_data_type_info(). |
rules_forms_rules_event_info |
rules_forms/ |
Implementation of hook_rules_event_info(). |
rules_forms_rules_event_info |
rules_forms/ |
Implementation of hook_rules_event_info(). |
rules_init |
rules/ |
Implementation of hook_init(). |
rules_init |
rules/ |
Implementation of hook_init(). |
rules_input_evaluator_php_apply |
rules/ |
Apply the input evaluator. |
rules_input_evaluator_php_apply |
rules/ |
Apply the input evaluator. |
rules_input_evaluator_php_help |
rules/ |
Returns some help for the admin using the evaluator |
rules_input_evaluator_php_help |
rules/ |
Returns some help for the admin using the evaluator |
rules_input_evaluator_php_prepare |
rules/ |
Prepares the evalution. |
rules_input_evaluator_php_prepare |
rules/ |
Prepares the evalution. |
rules_mail |
rules/ |
Implementation of hook_mail(). |
rules_mail |
rules/ |
Implementation of hook_mail(). |
rules_nodeapi |
rules/ |
Implementation of hook_nodeapi(). |
rules_nodeapi |
rules/ |
Implementation of hook_nodeapi(). |
rules_php_eval |
rules/ |
Evalutes the given PHP code, with the given variables defined. This is like drupal_eval() but allows to pass some arguments to the code. |
rules_php_eval |
rules/ |
Evalutes the given PHP code, with the given variables defined. This is like drupal_eval() but allows to pass some arguments to the code. |
rules_php_eval_return |
rules/ |
Evalutes the given PHP code, with the given variables defined. This is like rules_php_eval() but does return the returned data from the PHP code. |
rules_php_eval_return |
rules/ |
Evalutes the given PHP code, with the given variables defined. This is like rules_php_eval() but does return the returned data from the PHP code. |
rules_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
rules_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
rules_rules_action_type_map |
rules/ |
Implementation of hook_rules_action_type_map(). |
rules_rules_action_type_map |
rules/ |
Implementation of hook_rules_action_type_map(). |
rules_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
rules_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
rules_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info(). |
rules_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info(). |
rules_taxonomy |
rules/ |
Implementation of hook_taxonomy(). |
rules_taxonomy |
rules/ |
Implementation of hook_taxonomy(). |
rules_taxonomy_form |
rules/ |
Own version of taxonomy_form(), which forces the form to be not multiple. |
rules_taxonomy_form |
rules/ |
Own version of taxonomy_form(), which forces the form to be not multiple. |
rules_theme_registry_alter |
rules/ |
Implementation of hook_theme_registry_alter(). |
rules_theme_registry_alter |
rules/ |
Implementation of hook_theme_registry_alter(). |
rules_user |
rules/ |
Implementation of hook_user(). |
rules_user |
rules/ |
Implementation of hook_user(). |
system_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
system_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
system_rules_event_info |
rules/ |
Implementation of hook_rules_event_info(). |
system_rules_event_info |
rules/ |
Implementation of hook_rules_event_info(). |
taxonomy_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
taxonomy_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
taxonomy_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
taxonomy_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
taxonomy_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info(). |
taxonomy_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info(). |
taxonomy_rules_event_info |
rules/ |
Implementation of hook_rules_event_info(). |
taxonomy_rules_event_info |
rules/ |
Implementation of hook_rules_event_info(). |
user_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
user_rules_action_info |
rules/ |
Implementation of hook_rules_action_info(). |
user_rules_action_info_alter |
rules/ |
Implementation of hook_rules_action_info_alter(). |
user_rules_action_info_alter |
rules/ |
Implementation of hook_rules_action_info_alter(). |
user_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
user_rules_condition_info |
rules/ |
Implementation of hook_rules_condition_info(). |
user_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info(). |
user_rules_data_type_info |
rules/ |
Implementation of hook_rules_data_type_info(). |
user_rules_event_info |
rules/ |
Implementation of hook_rules_event_info(). |
user_rules_event_info |
rules/ |
Implementation of hook_rules_event_info(). |
workflow_ng_action_custom_php_upgrade |
rules/ |
The following functions help converting the workflow-ng php condition/actions when upgrading from workflow-ng |
workflow_ng_action_custom_php_upgrade |
rules/ |
The following functions help converting the workflow-ng php condition/actions when upgrading from workflow-ng |
workflow_ng_action_node_promote_upgrade |
rules/ |
|
workflow_ng_action_node_promote_upgrade |
rules/ |
|
workflow_ng_action_node_publish_upgrade |
rules/ |
The following functions help converting node actions when upgrading from workflow-ng |
workflow_ng_action_node_publish_upgrade |
rules/ |
The following functions help converting node actions when upgrading from workflow-ng |
workflow_ng_action_node_sticky_upgrade |
rules/ |
|
workflow_ng_action_node_sticky_upgrade |
rules/ |
|
workflow_ng_condition_custom_php_upgrade |
rules/ |
|
workflow_ng_condition_custom_php_upgrade |
rules/ |
|
workflow_ng_condition_token_compare_upgrade |
rules/ |
The following functions help converting actions when upgrading from workflow-ng |
workflow_ng_condition_token_compare_upgrade |
rules/ |
The following functions help converting actions when upgrading from workflow-ng |
workflow_ng_condition_token_numeric_upgrade |
rules/ |
|
workflow_ng_condition_token_numeric_upgrade |
rules/ |
|
_rules_action_drupal_goto_handler |
rules/ |
Page template preprocess handler for the drupal goto action. |
_rules_action_drupal_goto_handler |
rules/ |
Page template preprocess handler for the drupal goto action. |
_rules_action_taxonomy_get_vocab |
rules/ |
Helper function; Return all existing vocabularies. |
_rules_action_taxonomy_get_vocab |
rules/ |
Helper function; Return all existing vocabularies. |
_rules_forms_element_description |
rules_forms/ |
|
_rules_forms_element_description |
rules_forms/ |
|
_rules_forms_get_element |
rules_forms/ |
Helper function to extract a reference to a form element by a given name. |
_rules_forms_get_element |
rules_forms/ |
Helper function to extract a reference to a form element by a given name. |
_rules_user_form_roles |
rules/ |
Helper function to create role form |
_rules_user_form_roles |
rules/ |
Helper function to create role form |
Classes
Name![]() |
Location | Description |
---|---|---|
rules_data_type |
rules/ |
Base data type class, from which special data types can be derived. |
rules_data_type_boolean |
rules/ |
Rules boolean data type |
rules_data_type_boolean |
rules/ |
Rules boolean data type |
rules_data_type_comment |
rules/ |
Defines the comment data type |
rules_data_type_comment |
rules/ |
Defines the comment data type |
rules_data_type_date |
rules/ |
Rules date data type |
rules_data_type_date |
rules/ |
Rules date data type |
rules_data_type_node |
rules/ |
Defines the node type |
rules_data_type_node |
rules/ |
Defines the node type |
rules_data_type_number |
rules/ |
Rules number data type |
rules_data_type_number |
rules/ |
Rules number data type |
rules_data_type_string |
rules/ |
Rules string data type |
rules_data_type_string |
rules/ |
Rules string data type |
rules_data_type_taxonomy_term |
rules/ |
Defines the taxonomy term data type. |
rules_data_type_taxonomy_term |
rules/ |
Defines the taxonomy term data type. |
rules_data_type_taxonomy_vocab |
rules/ |
Defines the taxonomy vocab data type. |
rules_data_type_taxonomy_vocab |
rules/ |
Defines the taxonomy vocab data type. |
rules_data_type_user |
rules/ |
Defines the user data type |
rules_data_type_user |
rules/ |
Defines the user data type |
Files
Name![]() |
Location | Description |
---|---|---|
comment.rules.inc |
rules/ |
rules integration for the comment module |
comment.rules_forms.inc |
rules/ |
Rules configuration forms for the comment module. |
node.rules.inc |
rules/ |
rules integration for the node module |
node.rules_forms.inc |
rules/ |
Rules configuration forms for the node module |
path.rules.inc |
rules/ |
Rules integration for the path module |
path.rules_forms.inc |
rules/ |
Rules configuration forms for the path module |
php.rules.inc |
rules/ |
rules integration for the php module This provides an php input evaluator as well as a execute php code action. |
php.rules_forms.inc |
rules/ |
Rules configuration forms for the php module |
rules.events.inc |
rules/ |
Invokes events for supported modules. Usually this should be directly in the module providing rules integration instead. |
rules.rules.inc |
rules/ |
rules integration for the rules module |
rules.rules_forms.inc |
rules/ |
Forms for the integration provided by rules |
rules_forms.rules.inc |
rules_forms/ |
Rules integration to provide form support |
system.rules.inc |
rules/ |
rules integration for the system module |
system.rules_forms.inc |
rules/ |
Rules configuration forms for the system module |
taxonomy.rules.inc |
rules/ |
Rules integration for the taxonomy module. |
taxonomy.rules_forms.inc |
rules/ |
Rules configuration forms for the taxonomy module. |
user.rules.inc |
rules/ |
rules integration for the user module |
user.rules_forms.inc |
rules/ |
Rules configuration forms for the user module |