You are here

public function RulesPluginHandlerInterface::dependencies in Rules 7.2

Returns an array of required modules.

1 method overrides RulesPluginHandlerInterface::dependencies()
RulesPluginHandlerBase::dependencies in includes/rules.core.inc
Returns an array of required modules.

File

includes/rules.core.inc, line 2023
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 dependencies();