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_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.
rules_get_event_handler function ./rules.module Returns the rule event handler for the given event.
rules_get_event_info function ./rules.module Gets event info for a given event.
rules_get_title function ./rules.module Menu callback for getting the title as configured.
rules_help function ./rules.module Implements hook_help().
rules_hook_info function ./rules.module Implements hook_hook_info().
rules_i18n.i18n.inc file rules_i18n/rules_i18n.i18n.inc Internationalization integration based upon the entity API i18n stuff.
rules_i18n.info file rules_i18n/rules_i18n.info name = Rules translation
description = Allows translating rules.
dependencies[] = rules:rules
dependencies[] = i18n:i18n_string
package = Multilingual - Internationalization
core = 7.x
files[] = rules_i18n.i18n.inc
files[] =…
rules_i18n.install file rules_i18n/rules_i18n.install Install file for Rules i18n.
rules_i18n.module file rules_i18n/rules_i18n.module Rules i18n integration.