| 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. |
| RulesPluginHandlerInterface::access |
function |
includes/rules.core.inc |
Checks whether the user has access to configure this element. |
| RulesPluginHandlerInterface::assertions |
function |
includes/rules.core.inc |
Returns an array of info assertions for the specified parameters. |
| RulesPluginHandlerInterface::dependencies |
function |
includes/rules.core.inc |
Returns an array of required modules. |
| RulesPluginHandlerInterface::form_alter |
function |
includes/rules.core.inc |
Alters the generated configuration form of the element. |
| RulesPluginHandlerInterface::info_alter |
function |
includes/rules.core.inc |
Allows altering of the element's action/condition info. |
| RulesPluginHandlerInterface::process |
function |
includes/rules.core.inc |
Processes settings independent from a form submission. |
| RulesPluginHandlerInterface::validate |
function |
includes/rules.core.inc |
Validates $settings independent from a form submission. |
| RulesPluginImplInterface |
interface |
includes/rules.core.inc |
Interface used for implementing an abstract plugin via Faces. |
| RulesPluginImplInterface::execute |
function |
includes/rules.core.inc |
Executes the action or condition making use of the parameters as specified. |
| RulesPluginUI |
class |
ui/ui.core.inc |
Faces UI extender for all kind of Rules plugins. |
| RulesPluginUI::$basePath |
property |
ui/ui.core.inc |
The base path determines where a Rules overview UI lives. |
| RulesPluginUI::$element |
property |
ui/ui.core.inc |
|
| RulesPluginUI::buildContent |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface. |
| RulesPluginUI::defaultRedirect |
function |
ui/ui.core.inc |
Determines the default redirect target for an edited/deleted element. |
| RulesPluginUI::form |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface::form(). |
| RulesPluginUI::formDefaults |
function |
ui/ui.core.inc |
|
| RulesPluginUI::form_extract_values |
function |
ui/ui.core.inc |
Applies the values of the form to the element. |
| RulesPluginUI::form_submit |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface. |
| RulesPluginUI::form_validate |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface. |
| RulesPluginUI::getDataTypeClass |
function |
ui/ui.core.inc |
Returns the name of class for the given data type. |
| RulesPluginUI::getFormStateValues |
function |
ui/ui.core.inc |
Returns the state values for $form, possibly only a part of the whole form. |
| RulesPluginUI::getOptions |
function |
ui/ui.core.inc |
|
| RulesPluginUI::getParameterForm |
function |
ui/ui.core.inc |
Actually generates the parameter form for the given data type. |
| RulesPluginUI::getTags |
function |
ui/ui.core.inc |
|
| RulesPluginUI::getVariableForm |
function |
ui/ui.core.inc |
Returns the form for configuring the info of a single variable. |
| RulesPluginUI::help |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface. |
| RulesPluginUI::operations |
function |
ui/ui.core.inc |
Implements RulesPluginUIInterface. |
| RulesPluginUI::overviewTable |
function |
ui/ui.core.inc |
Deprecated by the controllers overviewTable() method. |
| RulesPluginUI::path |
function |
ui/ui.core.inc |
Generates an operation path. |
| RulesPluginUI::settingsForm |
function |
ui/ui.core.inc |
Adds the configuration settings form (label, tags, description, ...). |
| RulesPluginUI::settingsFormExtractValues |
function |
ui/ui.core.inc |
|
| RulesPluginUI::settingsFormPermissionMatrix |
function |
ui/ui.core.inc |
Provides a matrix permission for the component based in the existing roles. |
| RulesPluginUI::settingsFormSubmit |
function |
ui/ui.core.inc |
|
| RulesPluginUI::settingsFormValidate |
function |
ui/ui.core.inc |
|
| RulesPluginUI::__construct |
function |
ui/ui.core.inc |
Provide $this->element to make the code more meaningful. |
| RulesPluginUIInterface |
interface |
ui/ui.core.inc |
Plugin UI Interface. |
| RulesPluginUIInterface::buildContent |
function |
ui/ui.core.inc |
Returns a structured array for rendering this element in overviews. |
| RulesPluginUIInterface::form |
function |
ui/ui.core.inc |
Adds the whole configuration form of this rules configuration. |
| RulesPluginUIInterface::form_submit |
function |
ui/ui.core.inc |
Form submit handler for the element configuration form. |
| RulesPluginUIInterface::form_validate |
function |
ui/ui.core.inc |
Validate the configuration form of this rule element. |
| RulesPluginUIInterface::help |
function |
ui/ui.core.inc |
Returns the help text for editing this plugin. |