You are here

public function RulesPluginHandlerInterface::assertions in Rules 7.2

Returns an array of info assertions for the specified parameters.

This allows conditions to assert additional metadata, such as info about the fields of a bundle.

See also

RulesPlugin::variableInfoAssertions()

1 method overrides RulesPluginHandlerInterface::assertions()
RulesPluginHandlerBase::assertions in includes/rules.core.inc
Returns an array of info assertions for the specified parameters.

File

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