Search for rule
Title | Object type | File name | Summary |
---|---|---|---|
RulesTestDataCase | class | d7-tests/ |
Test rules data wrappers. |
RulesTestDataCase::getInfo | function | d7-tests/ |
|
RulesTestDataCase::setUp | function | d7-tests/ |
|
RulesTestDataCase::testCustomWrapperClasses | function | d7-tests/ |
Tests making use of custom wrapper classes. |
RulesTestDataCase::testDataSaving | function | d7-tests/ |
Tests intelligently saving data. |
RulesTestDataCase::testRulesIdentifiableDataWrapper | function | d7-tests/ |
Makes sure the RulesIdentifiableDataWrapper is working correctly. |
RulesTestDataCase::testTypeMatching | function | d7-tests/ |
Test type matching |
RulesTriggerableInterface | interface | src/ |
Interface for objects that are triggerable. |
RulesTriggerableInterface.php | file | src/ |
|
RulesTriggerableInterface::addEvent | function | src/ |
Adds an event to the rule configuration. |
RulesTriggerableInterface::getEventNames | function | src/ |
Gets machine names of all events the rule is reacting on. |
RulesTriggerableInterface::getEvents | function | src/ |
Gets configuration of all events the rule is reacting on. |
RulesTriggerableInterface::hasEvent | function | src/ |
Returns if the rule is reacting on the given event. |
RulesTriggerableInterface::removeEvent | function | src/ |
Removes an event from the rule configuration. |
RulesTriggerTestCase | class | d7-tests/ |
Test triggering rules. |
RulesTriggerTestCase::createTestRule | function | d7-tests/ |
|
RulesTriggerTestCase::getInfo | function | d7-tests/ |
|
RulesTriggerTestCase::setUp | function | d7-tests/ |
|
RulesTriggerTestCase::testBasicReactionRule | function | d7-tests/ |
Tests creating and triggering a basic reaction rule. |
RulesTriggerTestCase::testDefaultRule | function | d7-tests/ |
Tests the provided default rule 'rules_test_default_1'. |
RulesTriggerTestCase::testEventSettings | function | d7-tests/ |
Tests creating and triggering a reaction rule with event settings. |
RulesTriggerTestCase::testReactiveRuleCreation | function | d7-tests/ |
Tests CRUD for reaction rules - making sure the events are stored properly. |
RulesTriggerTestCase::testRecursionOnDifferentArguments | function | d7-tests/ |
Ensure the recursion prevention still allows to let the rule trigger again during evaluation of the same event set, if the event isn't caused by the rule itself - thus we won't run in an infinite loop. |
RulesTriggerTestCase::testRecursionPrevention | function | d7-tests/ |
Tests preventing recursive rule invocations by creating a rule that reacts on node-update and generates a node update that would trigger it itself. |
RulesTriggerTestCase::testVariableHandler | function | d7-tests/ |
Test a rule using a handler to load a variable. |
RulesTriggerTestCase::testVariableHandlerFailing | function | d7-tests/ |
Test aborting silently when handlers are not able to load. |
RulesUiComponentProviderInterface | interface | src/ |
Interface for objects providing components for editing. |
RulesUiComponentProviderInterface.php | file | src/ |
|
RulesUiComponentProviderInterface::getComponent | function | src/ |
Gets the Rules component to be edited. |
RulesUiComponentProviderInterface::updateFromComponent | function | src/ |
Updates the configuration based upon the given component. |
RulesUiConfigHandler | class | src/ |
The default handler for RulesUi plugins that store to config. |
RulesUiConfigHandler.php | file | src/ |
|
RulesUiConfigHandler::$configFactory | property | src/ |
The config factory. |
RulesUiConfigHandler::$currentRouteMatch | property | src/ |
The current route match. |
RulesUiConfigHandler::$pluginDefinition | property | src/ |
The rules UI (plugin) definition. |
RulesUiConfigHandler::create | function | src/ |
Creates an instance of the plugin. |
RulesUiConfigHandler::getBaseRouteUrl | function | src/ |
Returns the URL of the base route, based on the current URL. |
RulesUiConfigHandler::getComponent | function | src/ |
Gets the currently edited component. |
RulesUiConfigHandler::getComponentLabel | function | src/ |
Gets the human-readable label of the component. |
RulesUiConfigHandler::getConfig | function | src/ |
Gets the edited config object. |
RulesUiConfigHandler::getForm | function | src/ |
Gets the component form, ready to be embedded in some other form. |
RulesUiConfigHandler::getUrlFromRoute | function | src/ |
Gets an URL for a Rules UI route. |
RulesUiConfigHandler::updateComponent | function | src/ |
Updates the edited component. |
RulesUiConfigHandler::__construct | function | src/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
RulesUiDefinition | class | src/ |
Class for rules_ui plugin definitions. |
RulesUiDefinition.php | file | src/ |
|
RulesUiDefinition::$base_route | property | src/ |
The name of the base route. |
RulesUiDefinition::$class | property | src/ |
The rules UI handler class. |
RulesUiDefinition::$component_label | property | src/ |
The label used for referring to the component (optional). |
RulesUiDefinition::$component_type_label | property | src/ |
The label used for referring to the component type. |
Pagination
- Previous page
- Page 14
- Next page