Search for element

  1. Search 8.x-3.x for element
  2. Other projects
Title Object type File name Summary
hook_rules_element_upgrade_alter function ./rules.api.php D6 to D7 upgrade process hook for mapping action or condition configuration.
RulesAbstractPlugin::$elementName property includes/rules.core.inc
RulesAbstractPlugin::getElementName function includes/rules.core.inc Gets the name of the configured action or condition.
RulesElementMap class ui/ui.core.inc Helper object for mapping elements to ids.
RulesElementMap::$configuration property ui/ui.core.inc
RulesElementMap::$counter property ui/ui.core.inc
RulesElementMap::$index property ui/ui.core.inc
RulesElementMap::getUnIndexedElements function ui/ui.core.inc
RulesElementMap::index function ui/ui.core.inc Makes sure each element has an assigned id.
RulesElementMap::lookup function ui/ui.core.inc Looks up the element with the given id.
RulesElementMap::__construct function ui/ui.core.inc Constructor.
RulesEvaluationException::$element property includes/rules.core.inc
RulesI18nStringObjectWrapper::buildElementProperties function rules_i18n/rules_i18n.i18n.inc Adds in translatable properties of the given element.
RulesIntegrityException::$element property includes/rules.core.inc
RulesPlugin::$elementId property includes/rules.core.inc Identifies an element inside a configuration.
RulesPlugin::elementId function includes/rules.core.inc Returns the element id, which identifies the element inside the config.
RulesPlugin::elementMap function includes/rules.core.inc Gets the element map helper object, which helps mapping elements to ids.
RulesPlugin::elements function includes/rules.core.inc Iterate over all elements nested below the current element.
RulesPlugin::parentElement function includes/rules.core.inc Returns the element's parent.
RulesPluginHandlerBase::$element property includes/rules.core.inc
RulesPluginUI::$element property ui/ui.core.inc
RulesRecursiveElementIterator class includes/rules.core.inc A RecursiveIterator for rule elements.
RulesRecursiveElementIterator::getChildren function includes/rules.core.inc
RulesRecursiveElementIterator::hasChildren function includes/rules.core.inc
rules_element_info function ./rules.module Implements hook_element_info().
rules_element_invoke_component function modules/rules_core.eval.inc Action and condition callback: Invokes a rules component.
rules_element_invoke_component_access_callback function modules/rules_core.rules.inc Access callback for the invoke component condition/action.
rules_element_invoke_component_features_export function modules/rules_core.rules.inc Implements the features export callback of the RulesPluginFeaturesIntegrationInterface.
rules_element_invoke_component_operations function modules/rules_core.rules.inc Implements RulesPluginUIInterface::operations() for the action.
rules_element_invoke_component_validate function modules/rules_core.rules.inc Validate callback to make sure the invoked component exists and is not dirty.
rules_element_load function ./rules.module Menu callback for loading rules configuration elements.
rules_element_sort_helper function ui/ui.forms.inc Helper to sort elements by their 'weight' key.
rules_menu_add_element_title function ./rules.module Menu callback for getting the title for the add element page.
rules_ui_add_element function ui/ui.forms.inc Add a new element a rules configuration.
rules_ui_add_element_submit function ui/ui.forms.inc Add element submit callback.
rules_ui_delete_element function ui/ui.forms.inc Delete elements.
rules_ui_delete_element_submit function ui/ui.forms.inc Rule config deletion form submit callback.
rules_ui_edit_element function ui/ui.forms.inc Configure a rule element.
rules_ui_edit_element_submit function ui/ui.forms.inc Submit the element configuration.
rules_ui_edit_element_validate function ui/ui.forms.inc Validate the element configuration.
rules_ui_element_date_validate function ui/ui.forms.inc FAPI validation of a date element.
rules_ui_element_decimal_validate function ui/ui.forms.inc FAPI validation of a decimal element.
rules_ui_element_duration_after_build function ui/ui.forms.inc FAPI after build callback for the duration parameter type form.
rules_ui_element_duration_multipliers function ui/ui.forms.inc Defines possible duration multiplier.
rules_ui_element_duration_process function ui/ui.forms.inc FAPI process callback for the duration element type.
rules_ui_element_duration_value function ui/ui.forms.inc Helper function a rules duration form element.
rules_ui_element_fix_empty_after_build function ui/ui.forms.inc FAPI after build callback to ensure empty form elements result in no value.
rules_ui_element_integer_list_validate function ui/ui.forms.inc FAPI callback to validate a list of integers.
rules_ui_element_integer_validate function ui/ui.forms.inc FAPI validation of an integer element.
rules_ui_element_ip_address_validate function ui/ui.forms.inc FAPI callback to validate an IP address.