You are here

public function RulesActionContainer::pluginProvidesVariables in Rules 7.2

Returns info about variables 'provided' by the plugin.

Note that this method returns info about the provided variables as defined by the plugin. Thus this resembles the original info, which may be adapted via configuration.

Overrides RulesPlugin::pluginProvidesVariables

See also

self::providesVariables()

File

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

Class

RulesActionContainer
Base class for all action containers.

Code

public function pluginProvidesVariables() {
  return array();
}