You are here

public function RulesPluginHandlerInterface::access in Rules 7.2

Checks whether the user has access to configure this element.

Note that this only covers access for already created elements. In order to control access for creating or using elements specify an 'access callback' in the element's info array.

See also

hook_rules_action_info()

1 method overrides RulesPluginHandlerInterface::access()
RulesPluginHandlerBase::access in includes/rules.core.inc
Implements RulesPluginImplInterface::access().

File

includes/rules.core.inc, line 2018
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesPluginHandlerInterface
Provides the base interface for implementing abstract plugins via classes.

Code

public function access();