rules_update_8301 |
function |
./rules.install |
Update the "tags" property of Reaction Rules and Rules Components. |
rules_user_login |
function |
./rules.module |
Implements hook_user_login(). |
rules_user_logout |
function |
./rules.module |
Implements hook_user_logout(). |
SettingsForm::$rulesUiHandler |
property |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
The RulesUI handler of the currently active UI. |
SystemPageRedirectTest::testRedirectRulesAdminPage |
function |
tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php |
Tests unsuccessful redirection due to rules admin page location. |
template_preprocess_rules_debug_log_element |
function |
./rules.theme.inc |
Prepares variables for rules debug log element templates. |
TempStoreTrait::$rulesUiHandler |
property |
src/Ui/TempStoreTrait.php |
The currently active rules UI handler. |
TempStoreTrait::getRulesUiHandler |
function |
src/Ui/TempStoreTrait.php |
Gets the currently active RulesUI's handler. |
UiPageTest::testCancelExpressionInRule |
function |
tests/src/Functional/UiPageTest.php |
Tests that cancelling an expression from a rule works. |
UiPageTest::testCreateReactionRule |
function |
tests/src/Functional/UiPageTest.php |
Tests that creating a reaction rule works. |
UiPageTest::testDeleteExpressionInRule |
function |
tests/src/Functional/UiPageTest.php |
Tests that deleting an expression from a rule works. |
UiPageTest::testNoDeleteEventWhenRulesHasSingleEvent |
function |
tests/src/Functional/UiPageTest.php |
Tests that events cannot be deleted when there is only one event. |
UiPageTest::testReactionRulePage |
function |
tests/src/Functional/UiPageTest.php |
Tests that the reaction rule listing page is reachable. |
UiPageTest::testRuleStatusOperations |
function |
tests/src/Functional/UiPageTest.php |
Tests that enabling and disabling a rule works. |