Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
AndExpressionTest::setUp function tests/src/Unit/AndExpressionTest.php
AndExpressionTest::testEmptyAnd function tests/src/Unit/AndExpressionTest.php Tests an empty AND.
AndExpressionTest::testEvaluationOrder function tests/src/Unit/AndExpressionTest.php Tests evaluation order with two conditions.
AndExpressionTest::testOneCondition function tests/src/Unit/AndExpressionTest.php Tests one condition.
AndExpressionTest::testTwoConditions function tests/src/Unit/AndExpressionTest.php Tests two true conditions.
AndExpressionTest::testTwoFalseConditions function tests/src/Unit/AndExpressionTest.php Tests two false conditions.
AndOrOptions class src/TypedData/Options/AndOrOptions.php Options provider to return a choice of 'AND' or 'OR'.
AndOrOptions.php file src/TypedData/Options/AndOrOptions.php
AndOrOptions::getPossibleOptions function src/TypedData/Options/AndOrOptions.php Returns an array of possible values with labels for display.
AnnotatedClassDiscovery class src/Context/AnnotatedClassDiscovery.php Extends the annotation class discovery for usage with Rules context.
AnnotatedClassDiscovery.php file src/Context/AnnotatedClassDiscovery.php
AnnotatedClassDiscovery::getAnnotationReader function src/Context/AnnotatedClassDiscovery.php Gets the used doctrine annotation reader.
AnnotationProcessingTest class tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php Tests processing of the ContextDefinition annotation.
AnnotationProcessingTest.php file tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php
AnnotationProcessingTest::provideRulesPlugins function tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php Provider for plugins to test.
AnnotationProcessingTest::setUp function tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php
AnnotationProcessingTest::testCheckConfiguration function tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php Tests if our ContextDefinition annotations are correctly processed.
AnnotationProcessingTest::testTranslationSquelching function tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php Make sure @ Translation annotations do not leak out into the wild.
AutocompleteController class src/Controller/AutocompleteController.php Handles autocompletion of data selectors.
AutocompleteController.php file src/Controller/AutocompleteController.php
AutocompleteController::autocomplete function src/Controller/AutocompleteController.php Returns a JSON list of autocomplete suggestions for data selectors.
AutocompleteTest class tests/src/Kernel/Engine/AutocompleteTest.php Tests that data selector autocomplete results work correctly.
AutocompleteTest.php file tests/src/Kernel/Engine/AutocompleteTest.php
AutocompleteTest::$modules property tests/src/Kernel/Engine/AutocompleteTest.php Modules to enable.
AutocompleteTest::setUp function tests/src/Kernel/Engine/AutocompleteTest.php
AutocompleteTest::testAutocomplete function tests/src/Kernel/Engine/AutocompleteTest.php Tests autocompletion works for a variable in the metadata state.
AutocompleteTest::testListAutocomplete function tests/src/Kernel/Engine/AutocompleteTest.php Tests that autocomplete results for a flat list are correct.
AutocompleteTest::testNodeAutocomplete function tests/src/Kernel/Engine/AutocompleteTest.php Test various node example data selectors.
AutoSaveTest class tests/src/Unit/Integration/Engine/AutoSaveTest.php Test auto saving of variables after Rules execution.
AutoSaveTest.php file tests/src/Unit/Integration/Engine/AutoSaveTest.php
AutoSaveTest::testActionAutoSave function tests/src/Unit/Integration/Engine/AutoSaveTest.php Tests auto saving after an action execution.
BanIp class src/Plugin/RulesAction/BanIp.php Provides the 'Ban IP' action.
BanIp.php file src/Plugin/RulesAction/BanIp.php
BanIp::doExecute function src/Plugin/RulesAction/BanIp.php Executes the BanIP action with the given context.
BanIpTest class tests/src/Unit/Integration/RulesAction/BanIpTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\BanIp
@group RulesAction
BanIpTest.php file tests/src/Unit/Integration/RulesAction/BanIpTest.php
BanIpTest::$action property tests/src/Unit/Integration/RulesAction/BanIpTest.php The action to be tested.
BanIpTest::$banManager property tests/src/Unit/Integration/RulesAction/BanIpTest.php
BanIpTest::$logger property tests/src/Unit/Integration/RulesAction/BanIpTest.php
BanIpTest::$request property tests/src/Unit/Integration/RulesAction/BanIpTest.php
BanIpTest::$requestStack property tests/src/Unit/Integration/RulesAction/BanIpTest.php
BanIpTest::setUp function tests/src/Unit/Integration/RulesAction/BanIpTest.php
BanIpTest::testActionExecutionWithContextIpv4 function tests/src/Unit/Integration/RulesAction/BanIpTest.php Tests the action execution with Context IPv4.
BanIpTest::testActionExecutionWithContextIpv6 function tests/src/Unit/Integration/RulesAction/BanIpTest.php Tests the action execution with Context IPv6.
BanIpTest::testActionExecutionWithoutContextIp function tests/src/Unit/Integration/RulesAction/BanIpTest.php Tests the action execution without Context IP set.
BanIpTest::testSummary function tests/src/Unit/Integration/RulesAction/BanIpTest.php Tests the summary.
BreakLockForm class src/Form/BreakLockForm.php Builds the form to break the lock of an edited rule.
BreakLockForm.php file src/Form/BreakLockForm.php
BreakLockForm::$entityTypeManager property src/Form/BreakLockForm.php The entity type manager.
BreakLockForm::$renderer property src/Form/BreakLockForm.php The rendering service.