| RulesPlugin::form_validate |
function |
includes/rules.core.inc |
|
| RulesPlugin::getArgument |
function |
includes/rules.core.inc |
Returns the argument for the parameter $name described with $info. |
| RulesPlugin::getArgumentInfo |
function |
includes/rules.core.inc |
Returns info about the configured argument. |
| RulesPlugin::getExecutionArguments |
function |
includes/rules.core.inc |
Gets the right arguments for executing the element. |
| RulesPlugin::getPluginName |
function |
includes/rules.core.inc |
Gets the name of this plugin instance. |
| RulesPlugin::hasStatus |
function |
includes/rules.core.inc |
Checks if the configuration has a certain exportable status. |
| RulesPlugin::identifier |
function |
includes/rules.core.inc |
Returns the config name. |
| RulesPlugin::import |
function |
includes/rules.core.inc |
Applies the given export. |
| RulesPlugin::importParameterSetting |
function |
includes/rules.core.inc |
|
| RulesPlugin::importSettings |
function |
includes/rules.core.inc |
|
| RulesPlugin::info |
function |
includes/rules.core.inc |
Returns the info of the plugin. |
| RulesPlugin::integrityCheck |
function |
includes/rules.core.inc |
Makes sure the plugin is configured right. |
| RulesPlugin::internalIdentifier |
function |
includes/rules.core.inc |
|
| RulesPlugin::isRoot |
function |
includes/rules.core.inc |
Returns whether the element is the root of the configuration. |
| RulesPlugin::label |
function |
includes/rules.core.inc |
Returns the label of the element. |
| RulesPlugin::optimize |
function |
includes/rules.core.inc |
Optimizes a rule configuration in order to speed up evaluation. |
| RulesPlugin::parameterInfo |
function |
includes/rules.core.inc |
Returns info about parameters needed for executing the configured plugin. |
| RulesPlugin::parentElement |
function |
includes/rules.core.inc |
Returns the element's parent. |
| RulesPlugin::plugin |
function |
includes/rules.core.inc |
Returns the name of the element's plugin. |
| RulesPlugin::pluginInfo |
function |
includes/rules.core.inc |
Returns info about the element's plugin. |
| RulesPlugin::pluginParameterInfo |
function |
includes/rules.core.inc |
Returns info about parameters needed by the plugin. |
| RulesPlugin::pluginProvidesVariables |
function |
includes/rules.core.inc |
Returns info about variables 'provided' by the plugin. |
| RulesPlugin::processSettings |
function |
includes/rules.core.inc |
Processes the settings e.g. to prepare input evaluators. |
| RulesPlugin::providesVariables |
function |
includes/rules.core.inc |
Returns info about all variables provided for later evaluated elements. |
| RulesPlugin::resetInternalCache |
function |
includes/rules.core.inc |
Resets any internal static caches. |
| RulesPlugin::returnExport |
function |
includes/rules.core.inc |
Finalizes the configuration export. |
| RulesPlugin::returnVariables |
function |
includes/rules.core.inc |
Gets variables to return once the configuration has been executed. |
| RulesPlugin::root |
function |
includes/rules.core.inc |
Gets the root element of the configuration. |
| RulesPlugin::save |
function |
includes/rules.core.inc |
Saves the configuration to the database. |
| RulesPlugin::setParent |
function |
includes/rules.core.inc |
Sets a new parent element. |
| RulesPlugin::setUpState |
function |
includes/rules.core.inc |
Sets up the execution state for the given arguments. |
| RulesPlugin::setUpVariables |
function |
includes/rules.core.inc |
Returns info about all variables that have to be setup in the state. |
| RulesPlugin::variableInfoAssertions |
function |
includes/rules.core.inc |
Returns asserted additions to the available variable info. |
| RulesPlugin::__clone |
function |
includes/rules.core.inc |
Do a deep clone. |
| RulesPlugin::__sleep |
function |
includes/rules.core.inc |
|
| RulesPlugin::__toString |
function |
includes/rules.core.inc |
When converted to a string, just use the export format. |
| RulesPluginFeaturesIntegrationInterace |
interface |
./rules.features.inc |
Interface for backwards compatibility with older versions of Rules. |
| RulesPluginFeaturesIntegrationInterface |
interface |
./rules.features.inc |
Interface to give features access to the faces extensions mechanism. |
| RulesPluginFeaturesIntegrationInterface::features_export |
function |
./rules.features.inc |
Allows customizing the features export for a given rule element. |
| RulesPluginHandlerBase |
class |
includes/rules.core.inc |
Base class for implementing abstract plugins via classes. |
| RulesPluginHandlerBase::$element |
property |
includes/rules.core.inc |
|
| RulesPluginHandlerBase::access |
function |
includes/rules.core.inc |
Implements RulesPluginImplInterface::access(). |
| RulesPluginHandlerBase::assertions |
function |
includes/rules.core.inc |
Returns an array of info assertions for the specified parameters. |
| RulesPluginHandlerBase::dependencies |
function |
includes/rules.core.inc |
Returns an array of required modules. |
| RulesPluginHandlerBase::form_alter |
function |
includes/rules.core.inc |
Alters the generated configuration form of the element. |
| RulesPluginHandlerBase::info_alter |
function |
includes/rules.core.inc |
Allows altering of the element's action/condition info. |
| RulesPluginHandlerBase::process |
function |
includes/rules.core.inc |
Processes settings independent from a form submission. |
| RulesPluginHandlerBase::validate |
function |
includes/rules.core.inc |
Validates $settings independent from a form submission. |
| RulesPluginHandlerBase::__construct |
function |
includes/rules.core.inc |
Overridden to provide $this->element to make the code more meaningful. |
| RulesPluginHandlerInterface |
interface |
includes/rules.core.inc |
Provides the base interface for implementing abstract plugins via classes. |