Search for all
Title | Object type | File name | Summary |
---|---|---|---|
RulesComponentRepositoryInterface::get | function | src/ |
Gets the component for the given ID. |
RulesComponentRepositoryInterface::getMultiple | function | src/ |
Gets the components for the given IDs. |
RulesComponentResolverInterface | interface | src/ |
Interface for rules component resolvers. |
RulesComponentResolverInterface.php | file | src/ |
|
RulesComponentResolverInterface::getMultiple | function | src/ |
Gets multiple components. |
RulesComponentTest | class | tests/ |
Tests the Rules component class. |
RulesComponentTest.php | file | tests/ |
|
RulesComponentTest::testGetContextDefinitions | function | tests/ |
@covers ::getContextDefinitions[[api-linebreak]] |
RulesComponentTest::testGetExpression | function | tests/ |
@covers ::getExpression[[api-linebreak]] |
RulesComponentTest::testGetProvidedContext | function | tests/ |
@covers ::getProvidedContext[[api-linebreak]] |
RulesComponentTest::testGetState | function | tests/ |
@covers ::getState[[api-linebreak]] |
RulesComponentTest::testRuleExecutionWithContext | function | tests/ |
Tests executing a rule providing context based upon given context. |
RulesConditionBase | class | src/ |
Base class for rules conditions. |
RulesConditionBase.php | file | src/ |
|
RulesConditionBase::assertMetadata | function | src/ |
Asserts additional metadata for the selected data. |
RulesConditionBase::evaluate | function | src/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
RulesConditionBase::getContextValue | function | src/ |
Gets the value for a defined context. |
RulesConditionBase::negate | function | src/ |
Negates the result after evaluating this condition. |
RulesConditionBase::refineContextDefinitions | function | src/ |
Refines used and provided context definitions based upon context values. |
RulesConditionContainerTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Engine\ConditionExpressionContainer[[api-linebreak]] @group Rules |
RulesConditionContainerTest.php | file | tests/ |
|
RulesConditionContainerTest::getMockConditionContainer | function | tests/ |
Creates a mocked condition container. |
RulesConditionContainerTest::testAddExpressionObject | function | tests/ |
Tests adding conditions to the condition container. |
RulesConditionContainerTest::testDeletingCondition | function | tests/ |
Tests deleting a condition from the container. |
RulesConditionContainerTest::testDeletingNestedCondition | function | tests/ |
Tests deleting a nested condition from the container. |
RulesConditionContainerTest::testExecute | function | tests/ |
Tests executing the condition container. |
RulesConditionContainerTest::testLookupExpression | function | tests/ |
Tests that an expression can be retrieved by UUID. |
RulesConditionContainerTest::testLookupNestedExpression | function | tests/ |
Tests that a nested expression can be retrieved by UUID. |
RulesConditionContainerTest::testNegate | function | tests/ |
Tests negating the result of the condition container. |
RulesConditionContainerTestStub | class | tests/ |
Class used for overriding evaluate() as this does not work with PHPunit. |
RulesConditionContainerTestStub::evaluate | function | tests/ |
Returns the final result after executing the conditions. |
RulesConditionInterface | interface | src/ |
Extends the core ConditionInterface to provide a negate() method. |
RulesConditionInterface.php | file | src/ |
|
RulesConditionInterface::negate | function | src/ |
Negates the result after evaluating this condition. |
RulesConfigurableEventHandlerInterface | interface | src/ |
Interface for handling configurable rules events. |
RulesConfigurableEventHandlerInterface.php | file | src/ |
|
RulesConfigurableEventHandlerInterface::buildConfigurationForm | function | src/ |
Builds the event configuration form. |
RulesConfigurableEventHandlerInterface::determineQualifiedEvents | function | src/ |
Determines the qualified event names for the dispatched event. |
RulesConfigurableEventHandlerInterface::extractConfigurationFormValues | function | src/ |
Extract the form values and update the event configuration. |
RulesConfigurableEventHandlerInterface::getEventNameSuffix | function | src/ |
Provides the event name suffix based upon the plugin configuration. |
RulesConfigurableEventHandlerInterface::refineContextDefinitions | function | src/ |
Refines provided context definitions based upon plugin configuration. |
RulesConfigurableEventHandlerInterface::summary | function | src/ |
Provides a human readable summary of the event's configuration. |
RulesConfigurableEventHandlerInterface::validate | function | src/ |
Validates that this event is configured correctly. |
RulesDataProcessor | class | src/ |
Defines the RulesDataProcessor annotation class. |
RulesDataProcessor.php | file | src/ |
|
RulesDataProcessor::$id | property | src/ |
The plugin ID. |
RulesDataProcessor::$label | property | src/ |
The human-readable name of the rules plugin. |
RulesDataProcessor::$types | property | src/ |
The data types this data processor can be applied to. |
RulesDebugLog | class | src/ |
Logger that stores Rules debug logs with the session service. |
RulesDebugLog.php | file | src/ |
Pagination
- Previous page
- Page 37
- Next page