You are here

Functions in Resource Conflict 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
resource_conflict_contains_conflict ./resource_conflict.module Rules Condition: check a node object for conflicts.
resource_conflict_default_rules_configuration ./resource_conflict.rules_defaults.inc Implements hook_default_rules_configuration().
resource_conflict_field_delete_instance ./resource_conflict.module Implements hook_field_delete_instance().
resource_conflict_field_update_instance ./resource_conflict.module Implements hook_field_update_instance().
resource_conflict_form_alter ./resource_conflict.module Implements hook_form_alter().
resource_conflict_form_error ./resource_conflict.module Rules Action: Poor mans way of passing a form error to form validation.
resource_conflict_form_submit ./resource_conflict.module Our custom submit handler for when a content type is saved. 1
resource_conflict_form_validate ./resource_conflict.module Our custom validate handler for when a content type is saved. 1
resource_conflict_load_conflict_list ./resource_conflict.module Rules Action: load list of conflicting nodes, if any.
resource_conflict_node_validate ./resource_conflict.module Implements hook_node_validate().
resource_conflict_rules_action_info ./resource_conflict.rules.inc Implements hook_rules_action_info().
resource_conflict_rules_condition_info ./resource_conflict.rules.inc Implements hook_rules_condition_info().
resource_conflict_rules_event_info ./resource_conflict.rules.inc Implements hook_rules_event_info().
resource_conflict_uninstall ./resource_conflict.install Implements hook_uninstall().
resource_conflict_update_7300 ./resource_conflict.install Remove any duplicates types due to this bug: https://drupal.org/node/1872030.
_resource_conflict_add_type ./resource_conflict.module Adds the provided content type to our list of enabled RC types. 1
_resource_conflict_check_field_compatibility ./resource_conflict.module Checks if the provided field instance is compatible with our module. 2
_resource_conflict_get_conflicting_nids ./resource_conflict.module Check a node for conflicts. 2
_resource_conflict_get_timespans ./resource_conflict.module Load an array of start/end times for the RC enabled date field on the node. 1
_resource_conflict_query_for_conflicts ./resource_conflict.module Determine if any conflict enabled nodes overlap the specified times. 1
_resource_conflict_remove_type ./resource_conflict.module Removes the provided content type from our list of enabled RC types. 3
_resource_conflict_variable_delete_like ./resource_conflict.install Delete all variables matching a pattern using SQL 'LIKE' syntax. 1

Other projects