function RulesPluginHandlerInterface::access
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
1 method overrides RulesPluginHandlerInterface::access()
- RulesPluginHandlerBase::access in includes/
rules.core.inc - Implements RulesPluginImplInterface::access().
File
-
includes/
rules.core.inc, line 2033
Class
- RulesPluginHandlerInterface
- Provides the base interface for implementing abstract plugins via classes.
Code
public function access();