Search for rule

  1. Search 7.x-2.x for rule
  2. Other projects
Title Object type File name Summary
RulesUiRouteEnhancer class src/Routing/RulesUiRouteEnhancer.php Enhances routes with the specified RulesUI.
RulesUiRouteEnhancer.php file src/Routing/RulesUiRouteEnhancer.php
RulesUiRouteEnhancer::$rulesUiManager property src/Routing/RulesUiRouteEnhancer.php The rules_ui plugin manager.
RulesUiRouteEnhancer::enhance function src/Routing/RulesUiRouteEnhancer.php Updates the defaults for a route definition based on the request.
RulesUiRouteEnhancer::__construct function src/Routing/RulesUiRouteEnhancer.php Constructs the object.
RulesUiRouteSubscriber class src/Routing/RulesUiRouteSubscriber.php Adds routes generated by the rules UI handlers.
RulesUiRouteSubscriber.php file src/Routing/RulesUiRouteSubscriber.php
RulesUiRouteSubscriber::$rulesUiManager property src/Routing/RulesUiRouteSubscriber.php The rules UI manager.
RulesUiRouteSubscriber::alterRoutes function src/Routing/RulesUiRouteSubscriber.php Alters existing routes for a specific collection.
RulesUiRouteSubscriber::getSubscribedEvents function src/Routing/RulesUiRouteSubscriber.php
RulesUiRouteSubscriber::registerRoutes function src/Routing/RulesUiRouteSubscriber.php Registers the routes as needed for the UI.
RulesUiRouteSubscriber::__construct function src/Routing/RulesUiRouteSubscriber.php Constructs the object.
RulesUnitTestBase class tests/src/Unit/RulesUnitTestBase.php Helper class with mock objects.
RulesUnitTestBase.php file tests/src/Unit/RulesUnitTestBase.php
RulesUnitTestBase::$expressionManager property tests/src/Unit/RulesUnitTestBase.php The mocked expression manager object.
RulesUnitTestBase::$falseConditionExpression property tests/src/Unit/RulesUnitTestBase.php A mocked condition that always evaluates to FALSE.
RulesUnitTestBase::$rulesDebugLogger property tests/src/Unit/RulesUnitTestBase.php The mocked expression manager object.
RulesUnitTestBase::$testActionExpression property tests/src/Unit/RulesUnitTestBase.php A mocked dummy action object.
RulesUnitTestBase::$testFirstActionExpression property tests/src/Unit/RulesUnitTestBase.php A mocked dummy action object.
RulesUnitTestBase::$trueConditionExpression property tests/src/Unit/RulesUnitTestBase.php A mocked condition that always evaluates to TRUE.
RulesUnitTestBase::setUp function tests/src/Unit/RulesUnitTestBase.php
rules_cron function ./rules.module Implements hook_cron().
rules_entity_delete function ./rules.module Implements hook_entity_delete().
rules_entity_insert function ./rules.module Implements hook_entity_insert().
rules_entity_presave function ./rules.module Implements hook_entity_presave().
rules_entity_update function ./rules.module Implements hook_entity_update().
rules_entity_view function ./rules.module Implements hook_entity_view().
rules_help function ./rules.module Implements hook_help().
rules_integration_test_case.test file d7-tests/rules_integration_test_case.test Rules 7.x tests.
rules_mail function ./rules.module Implements hook_mail().
rules_page_attachments function ./rules.module Implements hook_page_attachments().
rules_page_top function ./rules.module Implements hook_page_top().
rules_test.action.schema.yml file tests/modules/rules_test/config/schema/rules_test.action.schema.yml tests/modules/rules_test/config/schema/rules_test.action.schema.yml
rules_test.info.yml file tests/modules/rules_test/rules_test.info.yml tests/modules/rules_test/rules_test.info.yml
rules_test_case.test file d7-tests/rules_test_case.test Rules 7.x tests.
rules_test_data_case.test file d7-tests/rules_test_data_case.test Rules 7.x tests.
rules_test_default_component.info.yml file tests/modules/rules_test_default_component/rules_test_default_component.info.yml tests/modules/rules_test_default_component/rules_test_default_component.info.yml
rules_test_event.info.yml file tests/modules/rules_test_event/rules_test_event.info.yml tests/modules/rules_test_event/rules_test_event.info.yml
rules_test_event.routing.yml file tests/modules/rules_test_event/rules_test_event.routing.yml tests/modules/rules_test_event/rules_test_event.routing.yml
rules_test_event.rules.events.yml file tests/modules/rules_test_event/rules_test_event.rules.events.yml tests/modules/rules_test_event/rules_test_event.rules.events.yml
rules_test_event_dispatcher_case.test file d7-tests/rules_test_event_dispatcher_case.test Rules 7.x tests.
rules_test_trigger_case.test file d7-tests/rules_test_trigger_case.test Rules 7.x tests.
rules_test_ui_embed.info.yml file tests/modules/rules_test_ui_embed/rules_test_ui_embed.info.yml tests/modules/rules_test_ui_embed/rules_test_ui_embed.info.yml
rules_test_ui_embed.links.menu.yml file tests/modules/rules_test_ui_embed/rules_test_ui_embed.links.menu.yml tests/modules/rules_test_ui_embed/rules_test_ui_embed.links.menu.yml
rules_test_ui_embed.routing.yml file tests/modules/rules_test_ui_embed/rules_test_ui_embed.routing.yml tests/modules/rules_test_ui_embed/rules_test_ui_embed.routing.yml
rules_test_ui_embed.rules_ui.yml file tests/modules/rules_test_ui_embed/rules_test_ui_embed.rules_ui.yml tests/modules/rules_test_ui_embed/rules_test_ui_embed.rules_ui.yml
rules_test_ui_embed.schema.yml file tests/modules/rules_test_ui_embed/config/schema/rules_test_ui_embed.schema.yml tests/modules/rules_test_ui_embed/config/schema/rules_test_ui_embed.schema.yml
rules_test_ui_embed.settings.yml file tests/modules/rules_test_ui_embed/config/install/rules_test_ui_embed.settings.yml tests/modules/rules_test_ui_embed/config/install/rules_test_ui_embed.settings.yml
rules_theme function ./rules.module Implements hook_theme().
rules_ui.css file css/rules_ui.css Styles for the Rules UI.