OptionsProviderTest::provideOptionsProviders |
function |
tests/src/Functional/OptionsProvider/OptionsProviderTest.php |
Provides test data for testOptionsProviders(). |
OptionsProviderTest::setUp |
function |
tests/src/Functional/OptionsProvider/OptionsProviderTest.php |
|
OptionsProviderTest::testOptionsProvider |
function |
tests/src/Functional/OptionsProvider/OptionsProviderTest.php |
Tests output of options providers. |
ReactionRuleConfig::$id |
property |
src/Entity/ReactionRuleConfig.php |
The unique ID of the Reaction Rule. |
ReactionRuleConfigTest::addEventDataProvider |
function |
tests/src/Unit/Entity/ReactionRuleConfigTest.php |
Data provider for ::testAddEvent(). |
ReactionRuleEditForm::validateForm |
function |
src/Form/ReactionRuleEditForm.php |
Form validation handler. |
RulesAction::$id |
property |
src/Core/Annotation/RulesAction.php |
The plugin ID. |
RulesAction::$provides |
property |
src/Core/Annotation/RulesAction.php |
Defines the provided context_definitions of the action plugin. |
RulesComponent::$providedContext |
property |
src/Engine/RulesComponent.php |
List of context names that is provided back to the caller. |
RulesComponent::getProvidedContext |
function |
src/Engine/RulesComponent.php |
Returns the names of context that is provided back to the caller. |
RulesComponent::provideContext |
function |
src/Engine/RulesComponent.php |
Marks the given context to be provided back to the caller. |
RulesComponentAction::$componentId |
property |
src/Plugin/RulesAction/RulesComponentAction.php |
The ID of the rules component config entity. |
RulesComponentActionTest::testExecutionProvidedVariables |
function |
tests/src/Unit/Integration/RulesAction/RulesComponentActionTest.php |
Tests that a rules component in an action can also provide variables. |
RulesComponentConfig::$id |
property |
src/Entity/RulesComponentConfig.php |
The unique ID of the Rules component. |
RulesComponentConfig::getProvidedContextDefinitions |
function |
src/Entity/RulesComponentConfig.php |
Gets the definitions of the provided context. |
RulesComponentConfig::setProvidedContextDefinitions |
function |
src/Entity/RulesComponentConfig.php |
Sets the definitions of the provided context. |
RulesComponentEditForm::validateForm |
function |
src/Form/RulesComponentEditForm.php |
Form validation handler. |
RulesComponentTest::testGetProvidedContext |
function |
tests/src/Unit/Integration/Engine/RulesComponentTest.php |
@covers ::getProvidedContext |
RulesConfigurableEventHandlerInterface::validate |
function |
src/Core/RulesConfigurableEventHandlerInterface.php |
Validates that this event is configured correctly. |
RulesDataProcessor::$id |
property |
src/Annotation/RulesDataProcessor.php |
The plugin ID. |
RulesDebugLoggerChannelTest::providerTestLog |
function |
tests/src/Unit/RulesDebugLoggerChannelTest.php |
Data provider for self::testLog(). |
RulesEngineTest::testActionProvidedContext |
function |
tests/src/Kernel/RulesEngineTest.php |
Tests that multiple actions can consume and provide context variables. |
RulesEngineTest::testProvidedVariables |
function |
tests/src/Kernel/RulesEngineTest.php |
Tests that a condition can provide a value and another one can consume it. |
RulesEngineTest::testRenamingOfProvidedVariables |
function |
tests/src/Kernel/RulesEngineTest.php |
Tests that provided variables can be renamed with configuration. |
RulesExpression::$id |
property |
src/Annotation/RulesExpression.php |
The plugin ID. |
RulesServiceProvider |
class |
src/RulesServiceProvider.php |
Swaps out the core condition manager. |
RulesServiceProvider.php |
file |
src/RulesServiceProvider.php |
|
RulesServiceProvider::alter |
function |
src/RulesServiceProvider.php |
Modifies existing service definitions. |
RulesSettingsForm::getFormId |
function |
src/Form/RulesSettingsForm.php |
Returns a unique string identifying the form. |
RulesTestDataCase::testRulesIdentifiableDataWrapper |
function |
d7-tests/rules_test_data_case.test |
Makes sure the RulesIdentifiableDataWrapper is working correctly. |
RulesUiComponentProviderInterface |
interface |
src/Ui/RulesUiComponentProviderInterface.php |
Interface for objects providing components for editing. |
RulesUiComponentProviderInterface.php |
file |
src/Ui/RulesUiComponentProviderInterface.php |
|
RulesUiComponentProviderInterface::getComponent |
function |
src/Ui/RulesUiComponentProviderInterface.php |
Gets the Rules component to be edited. |
RulesUiComponentProviderInterface::updateFromComponent |
function |
src/Ui/RulesUiComponentProviderInterface.php |
Updates the configuration based upon the given component. |
RulesUiDefinition |
class |
src/Ui/RulesUiDefinition.php |
Class for rules_ui plugin definitions. |
RulesUiDefinition.php |
file |
src/Ui/RulesUiDefinition.php |
|
RulesUiDefinition::$base_route |
property |
src/Ui/RulesUiDefinition.php |
The name of the base route. |
RulesUiDefinition::$class |
property |
src/Ui/RulesUiDefinition.php |
The rules UI handler class. |
RulesUiDefinition::$component_label |
property |
src/Ui/RulesUiDefinition.php |
The label used for referring to the component (optional). |
RulesUiDefinition::$component_type_label |
property |
src/Ui/RulesUiDefinition.php |
The label used for referring to the component type. |
RulesUiDefinition::$id |
property |
src/Ui/RulesUiDefinition.php |
The plugin ID. |
RulesUiDefinition::$label |
property |
src/Ui/RulesUiDefinition.php |
The human-readable name of the plugin. |
RulesUiDefinition::$permissions |
property |
src/Ui/RulesUiDefinition.php |
The permission string to use for the generated routes. |
RulesUiDefinition::$provider |
property |
src/Ui/RulesUiDefinition.php |
The plugin provider; e.g., the module. |
RulesUiDefinition::$settings |
property |
src/Ui/RulesUiDefinition.php |
Array of handler-specific settings. |
RulesUiDefinition::getClass |
function |
src/Ui/RulesUiDefinition.php |
Gets the class. |
RulesUiDefinition::getProvider |
function |
src/Ui/RulesUiDefinition.php |
Gets the plugin provider. |
RulesUiDefinition::id |
function |
src/Ui/RulesUiDefinition.php |
Gets the unique identifier of the plugin. |
RulesUiDefinition::setClass |
function |
src/Ui/RulesUiDefinition.php |
Sets the class. |
RulesUiDefinition::validate |
function |
src/Ui/RulesUiDefinition.php |
Validates the set property values. |