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