Search for rule

  1. Search 8.x-3.x for rule
  2. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Rule class includes/rules.plugins.inc An actual rule.
rule function ./rules.module Creates a new rule.

All search results

Title Object type File name Summary
rules_system_integration_access function modules/system.rules.inc System integration access callback.
rules_system_log_get_message function modules/events.inc Getter callback for the log entry message property.
rules_taxonomy_event_info function modules/taxonomy.rules.inc Implements hook_rules_event_info().
rules_taxonomy_term_integration_access function modules/taxonomy.rules.inc Taxonomy term integration access callback.
rules_taxonomy_vocabulary_integration_access function modules/taxonomy.rules.inc Taxonomy vocabulary integration access callback.
rules_test.info file tests/rules_test.info name = "Rules Tests"
description = "Support module for the Rules tests."
package = Testing
core = 7.x
files[] = rules_test.rules.inc
hidden = TRUE
rules_test.module file tests/rules_test.module Rules test module.
rules_test.rules.inc file tests/rules_test.rules.inc Includes any rules integration provided by the module.
rules_test.rules_defaults.inc file tests/rules_test.rules_defaults.inc Includes any Rules integration provided by the module.
rules_test.test.inc file tests/rules_test.test.inc Include file for testing file inclusion.
rules_test_action function tests/rules_test.rules.inc Test action doing nothing exception logging it has been called.
rules_test_condition_apostrophe function tests/rules_test.rules.inc Condition testing use of an apostrophe in a condition label.
rules_test_condition_false function tests/rules_test.rules.inc Condition implementation returning false.
rules_test_condition_node_wrapped function tests/rules_test.rules.inc Condition implementation receiving the node wrapped.
rules_test_condition_true function tests/rules_test.rules.inc Condition implementation returning true.
rules_test_custom_help function tests/rules_test.test.inc Custom help callback for the rules_node_publish_action().
rules_test_custom_node_save function tests/rules_test.test.inc Extender for the node data type.
rules_test_default_rules_configuration function tests/rules_test.rules_defaults.inc Implements hook_default_rules_configuration().
rules_test_entity_property_info_alter function tests/rules_test.module Implements hook_entity_property_info_alter() to add a property without
access.
rules_test_get_referenced_entity function tests/rules_test.module Getter callback to get the referenced-entity property.
rules_test_get_referenced_node function tests/rules_test.module Getter callback to get the referenced-node list-property.
rules_test_invocation.info file tests/rules_test_invocation.info name = "Rules Test invocation"
description = "Helper module to test Rules invocations."
package = Testing
core = 7.x
hidden = TRUE
rules_test_invocation.module file tests/rules_test_invocation.module Helper module for Rules invocation testing.
rules_test_invocation_node_load function tests/rules_test_invocation.module Implements hook_node_load().
rules_test_no_access function tests/rules_test.module Access callback. Returns TRUE except when $op == 'edit'.
rules_test_rules_action_info function tests/rules_test.rules.inc Implements hook_rules_action_info().
rules_test_rules_condition_info function tests/rules_test.rules.inc Implements hook_rules_condition_info().
rules_test_rules_data_info function tests/rules_test.rules.inc Implements hook_rules_data_info().
rules_test_rules_data_info_alter function tests/rules_test.rules.inc Implements hook_rules_data_info_alter().
rules_test_rules_event_info function tests/rules_test.rules.inc Implements hook_rules_event_info().
rules_test_rules_file_info function tests/rules_test.rules.inc Implements hook_rules_file_info().
rules_test_rules_plugin_info function tests/rules_test.rules.inc Implements hook_rules_plugin_info().
rules_test_type_save function tests/rules_test.test.inc Action: Test saving - nothing to do here.
rules_theme function ./rules.module Implements hook_theme().
rules_tokens function ./rules.module Implements hook_tokens().
rules_token_info function ./rules.module Implements hook_token_info().
rules_ui function ./rules.module Returns an instance of the rules UI controller.
rules_ui_add_element function ui/ui.forms.inc Add a new element a rules configuration.
rules_ui_add_element_submit function ui/ui.forms.inc Add element submit callback.
rules_ui_add_event function ui/ui.forms.inc Add a new event.
rules_ui_add_event_apply function ui/ui.forms.inc Submit callback that just adds the selected event.
rules_ui_add_event_page function ui/ui.forms.inc Form builder for the "add event" page.
rules_ui_add_event_page_submit function ui/ui.forms.inc Submit the event configuration.
rules_ui_add_event_validate function ui/ui.forms.inc Validation callback for adding an event.
rules_ui_add_reaction_rule_submit function rules_admin/rules_admin.inc Form submit callback.
rules_ui_add_reaction_rule_validate function rules_admin/rules_admin.inc Form validation callback.
rules_ui_confirm_operations function ui/ui.forms.inc Gets the confirmation question for valid operations, or else FALSE.
rules_ui_confirm_operation_apply function ui/ui.forms.inc Applies the operation and returns the message to show to the user.
rules_ui_delete_element function ui/ui.forms.inc Delete elements.
rules_ui_delete_element_submit function ui/ui.forms.inc Rule config deletion form submit callback.