ExpressionInterface::getRoot |
function |
src/Engine/ExpressionInterface.php |
Returns the root expression if this expression is nested. |
ExpressionInterface::getUuid |
function |
src/Engine/ExpressionInterface.php |
Returns the UUID of this expression if it is nested in another expression. |
ExpressionInterface::getWeight |
function |
src/Engine/ExpressionInterface.php |
Returns the list order of this expression. |
ExpressionInterface::prepareExecutionMetadataState |
function |
src/Engine/ExpressionInterface.php |
Prepares the execution metadata state by adding metadata to it. |
ExpressionInterface::setRoot |
function |
src/Engine/ExpressionInterface.php |
Set the root expression for this expression if it is nested. |
ExpressionInterface::setUuid |
function |
src/Engine/ExpressionInterface.php |
Sets the UUID of this expression in an expression tree. |
ExpressionInterface::setWeight |
function |
src/Engine/ExpressionInterface.php |
Sets the list order of this expression in an expression tree. |
ExpressionManager |
class |
src/Engine/ExpressionManager.php |
Plugin manager for all Rules expressions. |
ExpressionManager.php |
file |
src/Engine/ExpressionManager.php |
|
ExpressionManager::$uuidService |
property |
src/Engine/ExpressionManager.php |
The UUID generating service. |
ExpressionManager::createAction |
function |
src/Engine/ExpressionManager.php |
Creates a new action expression. |
ExpressionManager::createActionSet |
function |
src/Engine/ExpressionManager.php |
Creates a new action set. |
ExpressionManager::createAnd |
function |
src/Engine/ExpressionManager.php |
Creates a new 'and' condition container. |
ExpressionManager::createCondition |
function |
src/Engine/ExpressionManager.php |
Creates a new condition expression. |
ExpressionManager::createInstance |
function |
src/Engine/ExpressionManager.php |
|
ExpressionManager::createOr |
function |
src/Engine/ExpressionManager.php |
Creates a new 'or' condition container. |
ExpressionManager::createRule |
function |
src/Engine/ExpressionManager.php |
Creates a new rule. |
ExpressionManager::__construct |
function |
src/Engine/ExpressionManager.php |
Constructor. |
ExpressionManagerInterface |
interface |
src/Engine/ExpressionManagerInterface.php |
Defines an interface for the expression plugin manager. |
ExpressionManagerInterface.php |
file |
src/Engine/ExpressionManagerInterface.php |
|
ExpressionManagerInterface::createAction |
function |
src/Engine/ExpressionManagerInterface.php |
Creates a new action expression. |
ExpressionManagerInterface::createActionSet |
function |
src/Engine/ExpressionManagerInterface.php |
Creates a new action set. |
ExpressionManagerInterface::createAnd |
function |
src/Engine/ExpressionManagerInterface.php |
Creates a new 'and' condition container. |
ExpressionManagerInterface::createCondition |
function |
src/Engine/ExpressionManagerInterface.php |
Creates a new condition expression. |
ExpressionManagerInterface::createInstance |
function |
src/Engine/ExpressionManagerInterface.php |
|
ExpressionManagerInterface::createOr |
function |
src/Engine/ExpressionManagerInterface.php |
Creates a new 'or' condition container. |
ExpressionManagerInterface::createRule |
function |
src/Engine/ExpressionManagerInterface.php |
Creates a new rule. |
ExpressionSerializationTest |
class |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
Tests serializing expression objects. |
ExpressionSerializationTest.php |
file |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
|
ExpressionSerializationTest::testActionContainerExpressionSerialization |
function |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
Tests action container base class serialization. |
ExpressionSerializationTest::testActionExpressionSerialization |
function |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
Tests serializing action expressions. |
ExpressionSerializationTest::testConditionContainerExpressionSerialization |
function |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
Tests condition container base class serialization. |
ExpressionSerializationTest::testConditionExpressionSerialization |
function |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
Tests serializing condition expressions. |
ExpressionSerializationTest::testRuleExpressionSerialization |
function |
tests/src/Unit/Integration/Engine/ExpressionSerializationTest.php |
Tests rule serialization. |
FieldListOptions |
class |
src/TypedData/Options/FieldListOptions.php |
Options provider to return all fields in the system. |
FieldListOptions.php |
file |
src/TypedData/Options/FieldListOptions.php |
|
FieldListOptions::$entityFieldManager |
property |
src/TypedData/Options/FieldListOptions.php |
The entity field manager service. |
FieldListOptions::create |
function |
src/TypedData/Options/FieldListOptions.php |
Instantiates a new instance of this class. |
FieldListOptions::getPossibleOptions |
function |
src/TypedData/Options/FieldListOptions.php |
Returns an array of possible values with labels for display. |
FieldListOptions::__construct |
function |
src/TypedData/Options/FieldListOptions.php |
Constructs a FieldListOptions object. |
filter.format.restricted_html.yml |
file |
config/optional/filter.format.restricted_html.yml |
config/optional/filter.format.restricted_html.yml |
GenericEvent |
class |
tests/modules/rules_test_event/src/Event/GenericEvent.php |
A subclass of Symfony's GenericEvent. |
GenericEvent.php |
file |
tests/modules/rules_test_event/src/Event/GenericEvent.php |
|
GenericEvent::EVENT_NAME |
constant |
tests/modules/rules_test_event/src/Event/GenericEvent.php |
|
GenericEventSubscriber |
class |
src/EventSubscriber/GenericEventSubscriber.php |
Subscribes to Symfony events and maps them to Rules events. |
GenericEventSubscriber.php |
file |
src/EventSubscriber/GenericEventSubscriber.php |
|
GenericEventSubscriber::$componentRepository |
property |
src/EventSubscriber/GenericEventSubscriber.php |
The component repository. |
GenericEventSubscriber::$entityTypeManager |
property |
src/EventSubscriber/GenericEventSubscriber.php |
The entity type manager used for loading reaction rule config entities. |
GenericEventSubscriber::$eventManager |
property |
src/EventSubscriber/GenericEventSubscriber.php |
The Rules event manager. |
GenericEventSubscriber::$rulesDebugLogger |
property |
src/EventSubscriber/GenericEventSubscriber.php |
The rules debug logger channel. |