Search for configuration
Title | Object type | File name | Summary |
---|---|---|---|
ActionExpression::setConfiguration | function | src/ |
Sets the configuration for this plugin instance. |
ActionExpressionContainer::getConfiguration | function | src/ |
Gets this plugin's configuration. |
AnnotationProcessingTest::testCheckConfiguration | function | tests/ |
Tests if our ContextDefinition annotations are correctly processed. |
ConditionAccessTest::testHasConfigurationAccessInfo | function | tests/ |
Confirm that a condition plugin respects configure_permissions. |
ConditionExpression::defaultConfiguration | function | src/ |
Gets default configuration for this plugin. |
ConditionExpression::setConfiguration | function | src/ |
Sets the configuration for this plugin instance. |
ConditionExpressionContainer::getConfiguration | function | src/ |
Gets this plugin's configuration. |
ConfigurableEventHandlerBase::$configuration | property | src/ |
The event configuration. |
ConfigurableEventHandlerBase::defaultConfiguration | function | src/ |
Gets default configuration for this plugin. |
ConfigurableEventHandlerBase::extractConfigurationFormValues | function | src/ |
Extract the form values and update the event configuration. |
ConfigurableEventHandlerBase::getConfiguration | function | src/ |
Gets this plugin's configuration. |
ConfigurableEventHandlerBase::setConfiguration | function | src/ |
Sets the configuration for this plugin instance. |
ConfigurableEventHandlerEntityBundle::buildConfigurationForm | function | src/ |
Builds the event configuration form. |
ConfigurationAccessControlInterface | interface | src/ |
Defines a configuration permission control interface. |
ConfigurationAccessControlInterface.php | file | src/ |
|
ConfigurationAccessControlInterface::checkConfigurationAccess | function | src/ |
Check configuration access. |
ConfigurationAccessControlTrait | trait | src/ |
Implements access related functions for plugins. |
ConfigurationAccessControlTrait.php | file | src/ |
|
ConfigurationAccessControlTrait::checkConfigurationAccess | function | src/ |
Checks configuration permission. |
ExpressionBase::$configuration | property | src/ |
The plugin configuration. |
ExpressionBase::defaultConfiguration | function | src/ |
Gets default configuration for this plugin. |
ExpressionBase::getConfiguration | function | src/ |
Gets this plugin's configuration. |
ExpressionBase::setConfiguration | function | src/ |
Sets the configuration for this plugin instance. |
LoopExpression::defaultConfiguration | function | src/ |
Gets default configuration for this plugin. |
RuleExpression::getConfiguration | function | src/ |
Gets this plugin's configuration. |
RulesActionAccessTest::testHasConfigurationAccessInfo | function | tests/ |
Confirm that a condition plugin respects configure permission. |
RulesActionBase::$configuration | property | src/ |
The plugin configuration. |
RulesActionBase::defaultConfiguration | function | src/ |
@todo this documentation is not actually inherited from any interface. Do we need this empty implementation? |
RulesActionBase::getConfiguration | function | src/ |
@todo this documentation is not actually inherited from any interface. |
RulesActionBase::setConfiguration | function | src/ |
@todo this documentation is not actually inherited from any interface. |
RulesComponent::createFromConfiguration | function | src/ |
Creates a component based on the given configuration array. |
RulesComponent::getConfiguration | function | src/ |
Gets the configuration array of this component. |
RulesConfigurableEventHandlerInterface::buildConfigurationForm | function | src/ |
Builds the event configuration form. |
RulesConfigurableEventHandlerInterface::extractConfigurationFormValues | function | src/ |
Extract the form values and update the event configuration. |