rules_debug_log_region |
function |
./rules.module |
Returns the current region for the debug log. |
rules_discover_plugins |
function |
./rules.module |
Discover plugin implementations. |
rules_drupal_goto_alter |
function |
./rules.module |
Implements hook_drupal_goto_alter(). |
rules_drush_command |
function |
./rules.drush.inc |
Implements hook_drush_command(). |
rules_drush_help |
function |
./rules.drush.inc |
Implements hook_drush_help(). |
rules_element_info |
function |
./rules.module |
Implements hook_element_info(). |
rules_element_invoke_component |
function |
modules/rules_core.eval.inc |
Action and condition callback: Invokes a rules component. |
rules_element_invoke_component_access_callback |
function |
modules/rules_core.rules.inc |
Access callback for the invoke component condition/action. |
rules_element_invoke_component_features_export |
function |
modules/rules_core.rules.inc |
Implements the features export callback of the RulesPluginFeaturesIntegrationInterface. |
rules_element_invoke_component_operations |
function |
modules/rules_core.rules.inc |
Implements RulesPluginUIInterface::operations() for the action. |
rules_element_invoke_component_validate |
function |
modules/rules_core.rules.inc |
Validate callback to make sure the invoked component exists and is not dirty. |
rules_element_load |
function |
./rules.module |
Menu callback for loading rules configuration elements. |
rules_element_sort_helper |
function |
ui/ui.forms.inc |
Helper to sort elements by their 'weight' key. |
rules_enable |
function |
./rules.install |
Implements hook_enable(). |
rules_entity_action_access |
function |
modules/entity.rules.inc |
Entity actions access callback. |
rules_entity_action_info |
function |
modules/entity.rules.inc |
Implements hook_rules_action_info() on behalf of the entity module. |
rules_entity_action_type_options |
function |
modules/entity.rules.inc |
Options list callback for data actions. |
rules_entity_bundle_options |
function |
modules/entity.rules.inc |
Options list callback for getting a list of possible entity bundles. |
rules_entity_category_info |
function |
modules/entity.rules.inc |
Implements hook_rules_category_info() on behalf of the pseudo entity module. |
rules_entity_condition_info |
function |
modules/entity.rules.inc |
Implements hook_rules_condition_info() on behalf of the entity module. |
rules_entity_delete |
function |
modules/events.inc |
Implements hook_entity_delete(). |
rules_entity_file_info |
function |
modules/entity.rules.inc |
Implements hook_rules_file_info() on behalf of the entity module. |
rules_entity_info |
function |
./rules.module |
Implements hook_entity_info(). |
rules_entity_insert |
function |
modules/events.inc |
Implements hook_entity_insert(). |
rules_entity_metadata_wrapper_all_properties_callback |
function |
./rules.module |
Callback that returns a metadata wrapper with all properties. |
rules_entity_presave |
function |
modules/events.inc |
Implements hook_entity_presave(). |
rules_entity_type_options |
function |
modules/entity.rules.inc |
Returns options containing entity types having the given key set in the info. |
rules_entity_update |
function |
modules/events.inc |
Implements hook_entity_update(). |
rules_entity_view |
function |
modules/events.inc |
Implements hook_entity_view(). |
rules_events_entity_unchanged |
function |
modules/events.inc |
Gets an unchanged entity that doesn't contain any recent changes. |
rules_events_node_variables |
function |
modules/node.rules.inc |
Returns some parameter suitable for using it with a node. |
rules_event_invocation_enabled |
function |
./rules.module |
Helper to enable or disable the invocation of rules events. |
rules_execute_php_eval |
function |
modules/php.eval.inc |
Action and condition callback: Execute PHP code. |
rules_execute_php_eval_dependencies |
function |
modules/php.rules.inc |
Specify the php module as dependency. |
rules_execute_php_eval_form_alter |
function |
modules/php.rules.inc |
Alter the form for improved UX. |
rules_execute_php_eval_process |
function |
modules/php.rules.inc |
Process the settings to prepare code execution. |
rules_exit |
function |
./rules.module |
Implements hook_exit(). |
rules_external_help |
function |
./rules.module |
Helper function to keep track of external documentation pages for Rules. |
rules_extract_property |
function |
./rules.module |
Extracts the property with the given name. |
rules_features_abstract_default_features_export |
function |
./rules.features.inc |
Default extension callback used as default for the abstract plugin class. |
rules_fetch_data |
function |
./rules.module |
Fetches module definitions for the given hook name. |
rules_filter_array |
function |
./rules.module |
Filters the given array of arrays. |
rules_flush_caches |
function |
./rules.module |
Implements hook_flush_caches(). |
rules_form_after_build_restore_base_path |
function |
ui/ui.forms.inc |
Form after build handler to set the static base path. |
rules_form_submit_rebuild |
function |
ui/ui.forms.inc |
General form submit handler, that rebuilds the form. |
rules_get_cache |
function |
./rules.module |
Gets a rules cache entry. |
rules_get_components |
function |
./rules.module |
Returns an array of configured components. |
rules_get_entity_metadata_wrapper_all_properties |
function |
./rules.module |
Helper function that retrieves a metadata wrapper with all properties. |
rules_get_entity_view_modes |
function |
modules/events.inc |
Gets all view modes of an entity for an entity_view event. |
rules_get_event_base_name |
function |
./rules.module |
Returns the base name of a configured event name. |