AnnotatedClassDiscovery |
src/Context/AnnotatedClassDiscovery.php |
Extends the annotation class discovery for usage with Rules context. |
ContextAwarePluginInterface |
src/Context/ContextAwarePluginInterface.php |
Rules extension of ContextAwarePluginInterface. |
ContextConfig |
src/Context/ContextConfig.php |
Class for value objects helping with context configuration. |
ContextDefinition |
src/Context/ContextDefinition.php |
Extends the core context definition class with useful methods. |
ContextDefinitionInterface |
src/Context/ContextDefinitionInterface.php |
Context definition information required by Rules. |
ContextHandlerIntegrityTrait |
src/Context/ContextHandlerIntegrityTrait.php |
Extends the context handler trait with support for checking integrity. |
ContextHandlerTrait |
src/Context/ContextHandlerTrait.php |
Provides methods for handling context based on the plugin configuration. |
ContextProviderInterface |
src/Context/ContextProviderInterface.php |
Interface for plugins that provide context. |
ContextProviderTrait |
src/Context/ContextProviderTrait.php |
A trait implementing the ContextProviderInterface. |
DataProcessorInterface |
src/Context/DataProcessorInterface.php |
Interface for Rules data processor plugins. |
DataProcessorManager |
src/Context/DataProcessorManager.php |
Plugin manager for Rules data processors. |
DataProcessorManagerTrait |
src/Context/DataProcessorManagerTrait.php |
Trait for easily using the data processor service. |
EntityContextDefinition |
src/Context/EntityContextDefinition.php |
Extends the core entity context definition class with useful methods. |
ExecutionMetadataState |
src/Context/ExecutionMetadataState.php |
The state used during configuration time holding data definitions. |
ExecutionMetadataStateInterface |
src/Context/ExecutionMetadataStateInterface.php |
The state used during configuration time holding data definitions. |
ExecutionState |
src/Context/ExecutionState.php |
The rules execution state. |
ExecutionStateInterface |
src/Context/ExecutionStateInterface.php |
Defines an interface for the execution context state. |
GlobalContextRepositoryTrait |
src/Context/GlobalContextRepositoryTrait.php |
Trait for classes that depend on the global context repository. |