You are here

function _civicrm_entity_rules_access in CiviCRM Entity 7.2

Same name and namespace in other branches
  1. 7 civicrm_entity.rules.inc \_civicrm_entity_rules_access()

Add some access params! @TODO.

3 string references to '_civicrm_entity_rules_access'
civicrm_entity_rules_action_info in ./civicrm_entity.rules.inc
Implements hook_rules_action_info().
civicrm_entity_rules_condition_info in ./civicrm_entity.rules.inc
Implements hook_rules_condition_info().
civicrm_entity_rules_event_info in ./civicrm_entity.rules.inc
Implements hook_rules_event_info().

File

./civicrm_entity.rules.inc, line 637
Implement Drupal Rules integration for CiviCRM

Code

function _civicrm_entity_rules_access() {
  return TRUE;
}