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