Search for rule

  1. Search 7.x-2.x for rule
  2. Other projects
Title Object type File name Summary
RulesActionAccessTest.php file tests/src/Unit/Integration/RulesAction/RulesActionAccessTest.php
RulesActionAccessTest::testHasConfigurationAccessInfo function tests/src/Unit/Integration/RulesAction/RulesActionAccessTest.php Confirm that a condition plugin respects configure permission.
RulesActionBase class src/Core/RulesActionBase.php Base class for rules actions.
RulesActionBase.php file src/Core/RulesActionBase.php
RulesActionBase::$configuration property src/Core/RulesActionBase.php The plugin configuration.
RulesActionBase::access function src/Core/RulesActionBase.php Checks object access.
RulesActionBase::assertMetadata function src/Core/RulesActionBase.php Asserts additional metadata for the selected data.
RulesActionBase::autoSaveContext function src/Core/RulesActionBase.php Returns a list of context names that should be auto-saved after execution.
RulesActionBase::calculateDependencies function src/Core/RulesActionBase.php @todo this documentation is not actually inherited from any interface.
Do we need this empty implementation?
RulesActionBase::defaultConfiguration function src/Core/RulesActionBase.php @todo this documentation is not actually inherited from any interface.
Do we need this empty implementation?
RulesActionBase::execute function src/Core/RulesActionBase.php Executes the plugin.
RulesActionBase::executeMultiple function src/Core/RulesActionBase.php @todo this documentation is not actually inherited from any interface.
Do we need this empty implementation?
RulesActionBase::getConfiguration function src/Core/RulesActionBase.php @todo this documentation is not actually inherited from any interface.
RulesActionBase::getContextValue function src/Core/RulesActionBase.php Gets the value for a defined context.
RulesActionBase::refineContextDefinitions function src/Core/RulesActionBase.php Refines used and provided context definitions based upon context values.
RulesActionBase::setConfiguration function src/Core/RulesActionBase.php @todo this documentation is not actually inherited from any interface.
RulesActionBaseTest class tests/src/Unit/RulesActionBaseTest.php @coversDefaultClass \Drupal\rules\Core\RulesActionBase
@group Rules
RulesActionBaseTest.php file tests/src/Unit/RulesActionBaseTest.php
RulesActionBaseTest::testSummaryParsingTheLabelAnnotation function tests/src/Unit/RulesActionBaseTest.php Tests that the summary is being parsed from the label annotation.
RulesActionBaseTest::testSummaryThrowingException function tests/src/Unit/RulesActionBaseTest.php Tests that a missing label throws an exception.
RulesActionBaseTest::testTranslatedLabel function tests/src/Unit/RulesActionBaseTest.php Tests that a translation wrapper label is correctly parsed.
RulesActionInterface interface src/Core/RulesActionInterface.php Extends the core ActionInterface to provide context.
RulesActionInterface.php file src/Core/RulesActionInterface.php
RulesActionInterface::access function src/Core/RulesActionInterface.php Checks object access.
RulesActionInterface::autoSaveContext function src/Core/RulesActionInterface.php Returns a list of context names that should be auto-saved after execution.
RulesActionManager class src/Core/RulesActionManager.php Provides a RulesAction plugin manager for the Rules actions API.
RulesActionManager.php file src/Core/RulesActionManager.php
RulesActionManager::getDiscovery function src/Core/RulesActionManager.php Gets the plugin discovery.
RulesActionManager::__construct function src/Core/RulesActionManager.php Constructs a new class instance.
RulesActionManagerInterface interface src/Core/RulesActionManagerInterface.php Interface the Rules Action plugin manager of the Rules actions API.
RulesActionManagerInterface.php file src/Core/RulesActionManagerInterface.php
RulesActionManagerInterface::createInstance function src/Core/RulesActionManagerInterface.php
RulesActionManagerTest class tests/src/Unit/Integration/RulesAction/RulesActionManagerTest.php Tests the Rules action manager.
RulesActionManagerTest.php file tests/src/Unit/Integration/RulesAction/RulesActionManagerTest.php
RulesActionManagerTest::testContextDefinitionAnnotations function tests/src/Unit/Integration/RulesAction/RulesActionManagerTest.php @covers ::getDiscovery
RulesAdminAccessTest class tests/src/Unit/Integration/RulesAction/RulesAdminAccessTest.php Tests access control for the configuration interface of Rules plugins.
RulesAdminAccessTest.php file tests/src/Unit/Integration/RulesAction/RulesAdminAccessTest.php
RulesAdminAccessTest::testRespectsAdminPermissions function tests/src/Unit/Integration/RulesAction/RulesAdminAccessTest.php Test administrative access to plugin configuration UI.
RulesBanActionBase class src/Plugin/RulesAction/RulesBanActionBase.php Provides a base class for rules module IP ban actions.
RulesBanActionBase.php file src/Plugin/RulesAction/RulesBanActionBase.php
RulesBanActionBase::$banManager property src/Plugin/RulesAction/RulesBanActionBase.php The ban manager.
RulesBanActionBase::$logger property src/Plugin/RulesAction/RulesBanActionBase.php The logger channel the action will write log messages to.
RulesBanActionBase::$requestStack property src/Plugin/RulesAction/RulesBanActionBase.php The corresponding request stack.
RulesBanActionBase::create function src/Plugin/RulesAction/RulesBanActionBase.php Creates an instance of the plugin.
RulesBanActionBase::__construct function src/Plugin/RulesAction/RulesBanActionBase.php Constructs the RulesBanActionBase object.
RulesBrowserTestBase class tests/src/Functional/RulesBrowserTestBase.php Has some additional helper methods to make test code more readable.
RulesBrowserTestBase.php file tests/src/Functional/RulesBrowserTestBase.php
RulesBrowserTestBase::$defaultTheme property tests/src/Functional/RulesBrowserTestBase.php The theme to install as the default for testing.
RulesBrowserTestBase::clickLinkByHref function tests/src/Functional/RulesBrowserTestBase.php Clicks a link identified via partial href using xpath.
RulesBrowserTestBase::fillField function tests/src/Functional/RulesBrowserTestBase.php Fills in field (input, textarea, select) with specified locator.