Search for access

  1. Search 8.x-3.x for access
  2. Other projects
Title Object type File name Summary
hook_rules_config_access function ./rules.api.php Control access to Rules configurations.
Rule::access function includes/rules.plugins.inc Whether the currently logged in user has access to all configured elements.
RulesAbstractPlugin::access function includes/rules.core.inc Whether the currently logged in user has access to all configured elements.
RulesContainerPlugin::access function includes/rules.core.inc Whether the currently logged in user has access to all configured elements.
RulesDataProcessor::access function includes/rules.processor.inc Return whether the current user has permission to use the processor.
RulesDataProcessor::editAccess function includes/rules.processor.inc Determines whether the current user has permission to edit this chain of
data processors.
RulesI18nStringEvaluator::access function rules_i18n/rules_i18n.rules.inc Access callback.
RulesIntegrationTestCase::testAccessCallbacks function tests/rules.test Just makes sure the access callback run without errors.
RulesPHPDataProcessor::editAccess function modules/php.eval.inc Overrides RulesDataProcessor::editAccess().
RulesPHPEvaluator::editAccess function modules/php.eval.inc Overrides RulesDataProcessor::editAccess().
RulesPlugin::access function includes/rules.core.inc Whether the currently logged in user has access to all configured elements.
RulesPluginHandlerBase::access function includes/rules.core.inc Implements RulesPluginImplInterface::access().
RulesPluginHandlerInterface::access function includes/rules.core.inc Checks whether the user has access to configure this element.
RulesReactionRule::access function includes/rules.plugins.inc
RulesTestCase::testAccessCheck function tests/rules.test Tests access checks.
RulesTestCase::testRuleComponentAccess function tests/rules.test Tests custom access for using component actions/conditions.
rules_action_data_set_access function modules/data.rules.inc Customize access check for data set action.
rules_action_entity_createfetch_access function modules/entity.rules.inc Custom access callback for data create and fetch action.
rules_action_entity_query_access function modules/entity.rules.inc Custom access callback for the data query action.
rules_action_entity_savedelete_access function modules/entity.rules.inc Custom access callback for data save and delete action.
rules_comment_integration_access function modules/comment.rules.inc Comment integration access callback.
rules_condition_entity_field_access function modules/entity.eval.inc Condition: User has access to field.
rules_condition_entity_field_access_op_options function modules/entity.rules.inc Returns options for choosing a field_access() operation.
rules_config_access function ./rules.module Access callback for dealing with Rules configurations.
rules_element_invoke_component_access_callback function modules/rules_core.rules.inc Access callback for the invoke component condition/action.
rules_entity_action_access function modules/entity.rules.inc Entity actions access callback.
rules_i18n_rules_integration_access function rules_i18n/rules_i18n.rules.inc Access callback for the rules i18n integration.
rules_node_admin_access function modules/node.rules.inc Node integration admin access callback.
rules_node_integration_access function modules/node.rules.inc Node integration access callback.
rules_path_integration_access function modules/path.rules.inc Path integration access callback.
rules_php_integration_access function modules/php.rules.inc PHP integration access callback.
rules_rules_config_access function ./rules.module Implements hook_rules_config_access().
rules_system_integration_access function modules/system.rules.inc System integration access callback.
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_no_access function tests/rules_test.module Access callback. Returns TRUE except when $op == 'edit'.
rules_user_integration_access function modules/user.rules.inc User integration access callback.
rules_user_role_change_access function modules/user.rules.inc User integration role actions access callback.