Search for rule

  1. Search 7.x-2.x for rule
  2. Other projects
Title Object type File name Summary
RuleExpressionTest::testNestedRules function tests/src/Unit/RuleExpressionTest.php Tests that nested rules are properly executed.
RuleExpressionTest::testSetActionsGetActions function tests/src/Unit/RuleExpressionTest.php Tests the condition container setter and getter.
RuleExpressionTest::testSetConditionsGetConditions function tests/src/Unit/RuleExpressionTest.php Tests the condition container setter and getter.
RuleExpressionTest::testTwoConditionsFalse function tests/src/Unit/RuleExpressionTest.php Tests that an action does not fire if a condition fails.
RuleExpressionTest::testTwoConditionsTrue function tests/src/Unit/RuleExpressionTest.php Tests that an action fires if a condition passes.
Rules class src/Rules.php Class containing shortcuts for procedural code.
rules-debug-log-element.html.twig file templates/rules-debug-log-element.html.twig {#
/**
* @file
* Default theme implementation for a Rules debug output log entry.
*
* This outputs the container for Rules log debug output.
* Individual log entries are output in rules-debug-log-element.html.twig.
*
* Available variables:
* -…
rules.action.schema.yml file config/schema/rules.action.schema.yml config/schema/rules.action.schema.yml
rules.commands service ./drush.services.yml Drupal\rules\Commands\RulesCommands
rules.component.rules_test_default_component.yml file tests/modules/rules_test_default_component/config/install/rules.component.rules_test_default_component.yml tests/modules/rules_test_default_component/config/install/rules.component.rules_test_default_component.yml
rules.component_repository service ./rules.services.yml Drupal\rules\Engine\RulesComponentRepository
rules.component_resolver.component_config service ./rules.services.yml Drupal\rules\ComponentResolver\ComponentConfigResolver
rules.component_resolver.event_component service ./rules.services.yml Drupal\rules\ComponentResolver\EventComponentResolver
rules.condition.schema.yml file config/schema/rules.condition.schema.yml config/schema/rules.condition.schema.yml
rules.context.schema.yml file config/schema/rules.context.schema.yml config/schema/rules.context.schema.yml
rules.current_date_context service ./rules.services.yml Drupal\rules\ContextProvider\CurrentDateContext
rules.current_path_context service ./rules.services.yml Drupal\rules\ContextProvider\CurrentPathContext
rules.data_types.schema.yml file config/schema/rules.data_types.schema.yml config/schema/rules.data_types.schema.yml
rules.event_subscriber service ./rules.services.yml Drupal\rules\EventSubscriber\GenericEventSubscriber
rules.expression.schema.yml file config/schema/rules.expression.schema.yml config/schema/rules.expression.schema.yml
rules.info.yml file ./rules.info.yml rules.info.yml
rules.install file ./rules.install Install, update and uninstall functions for the Rules module.
rules.libraries.yml file ./rules.libraries.yml rules.libraries.yml
rules.links.action.yml file ./rules.links.action.yml rules.links.action.yml
rules.links.menu.yml file ./rules.links.menu.yml rules.links.menu.yml
rules.links.task.yml file ./rules.links.task.yml rules.links.task.yml
rules.module file ./rules.module Hook implementations for the Rules module.
rules.permissions.yml file ./rules.permissions.yml rules.permissions.yml
Rules.php file src/Rules.php
rules.redirect_event_subscriber service ./rules.services.yml Drupal\rules\EventSubscriber\RedirectEventSubscriber
rules.routing.yml file ./rules.routing.yml rules.routing.yml
rules.rules.events.yml file ./rules.rules.events.yml rules.rules.events.yml
rules.rules_ui.yml file ./rules.rules_ui.yml rules.rules_ui.yml
rules.schema.yml file config/schema/rules.schema.yml config/schema/rules.schema.yml
rules.services.yml file ./rules.services.yml rules.services.yml
rules.settings.yml file config/install/rules.settings.yml config/install/rules.settings.yml
rules.site_context service ./rules.services.yml Drupal\rules\ContextProvider\SiteContext
rules.theme.inc file ./rules.theme.inc Rules theme preprocessor function to prepare variables for use in templates.
rules.ui_route_enhancer service ./rules.services.yml Drupal\rules\Routing\RulesUiRouteEnhancer
rules.ui_route_subscriber service ./rules.services.yml Drupal\rules\Routing\RulesUiRouteSubscriber
Rules::CONFIG_VERSION constant src/Rules.php The current configuration schema version.
RulesAction class src/Core/Annotation/RulesAction.php Defines a Rules Action annotation object.
RulesAction.php file src/Core/Annotation/RulesAction.php
RulesAction::$category property src/Core/Annotation/RulesAction.php The category under which the action should be listed in the UI.
RulesAction::$configure_permission property src/Core/Annotation/RulesAction.php The permission required to access the configuration UI for this plugin.
RulesAction::$context_definitions property src/Core/Annotation/RulesAction.php An array of context definitions describing the context used by the plugin.
RulesAction::$id property src/Core/Annotation/RulesAction.php The plugin ID.
RulesAction::$label property src/Core/Annotation/RulesAction.php The human-readable name of the action plugin.
RulesAction::$provides property src/Core/Annotation/RulesAction.php Defines the provided context_definitions of the action plugin.
RulesActionAccessTest class tests/src/Unit/Integration/RulesAction/RulesActionAccessTest.php Tests configuration access control for Rules Actions.