Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ReactionRuleConfigTest::testGetEventNames | function | tests/ |
@covers ::getEventNames |
ReactionRuleConfigTest::testGetEvents | function | tests/ |
@covers ::getEvents |
ReactionRuleConfigTest::testHasEvent | function | tests/ |
@covers ::hasEvent |
ReactionRuleConfigTest::testRemoveEvent | function | tests/ |
@covers ::removeEvent @covers ::getEvents |
ReactionRuleConfigTest::testRemoveEventWithKeyedIndex | function | tests/ |
@covers ::removeEvent @covers ::getEvents |
ReactionRuleEditForm | class | src/ |
Provides a form to edit a reaction rule. |
ReactionRuleEditForm.php | file | src/ |
|
ReactionRuleEditForm::$eventManager | property | src/ |
The Rules event plugin manager. |
ReactionRuleEditForm::$rulesUiHandler | property | src/ |
The RulesUI handler of the currently active UI. |
ReactionRuleEditForm::actions | function | src/ |
Returns an array of supported actions for the current entity form. |
ReactionRuleEditForm::buildForm | function | src/ |
Form constructor. |
ReactionRuleEditForm::cancel | function | src/ |
Form submission handler for the 'cancel' action. |
ReactionRuleEditForm::create | function | src/ |
Instantiates a new instance of this class. |
ReactionRuleEditForm::form | function | src/ |
Gets the actual form array to be built. |
ReactionRuleEditForm::getTitle | function | src/ |
Title callback: also display the rule label. |
ReactionRuleEditForm::prepareEntity | function | src/ |
Prepares the entity object before the form is built first. |
ReactionRuleEditForm::save | function | src/ |
Form submission handler for the 'save' action. |
ReactionRuleEditForm::validateForm | function | src/ |
Form validation handler. |
ReactionRuleEditForm::__construct | function | src/ |
Constructs a new object of this class. |
ReactionRuleStorage | class | src/ |
Storage handler for Reaction Rule configuration entities. |
ReactionRuleStorage.php | file | src/ |
|
ReactionRuleStorage::$drupalKernel | property | src/ |
The Drupal kernel. |
ReactionRuleStorage::$eventManager | property | src/ |
The event manager. |
ReactionRuleStorage::$stateService | property | src/ |
The state service. |
ReactionRuleStorage::createInstance | function | src/ |
Instantiates a new instance of this entity handler. |
ReactionRuleStorage::delete | function | src/ |
Deletes permanently saved entities. |
ReactionRuleStorage::getRegisteredEvents | function | src/ |
Returns a list of event names that are used by active reaction rules. |
ReactionRuleStorage::save | function | src/ |
Implements Drupal\Core\Entity\EntityStorageInterface::save(). |
ReactionRuleStorage::__construct | function | src/ |
Constructs a ReactionRuleStorage object. |
README.txt | file | d7-tests/ |
The files in this directory are here in order to keep track of tests that were present in Drupal 7 but have not yet been ported to Drupal 8. The tests are split into five separate files, each containing one class, because that is more manageable than… |
RedirectEventSubscriber | class | src/ |
Changes the response to a redirect, if a redirect rules action was executed . |
RedirectEventSubscriber.php | file | src/ |
|
RedirectEventSubscriber::checkRedirectIssued | function | src/ |
Checks if a redirect rules action was executed. |
RedirectEventSubscriber::getSubscribedEvents | function | src/ |
Registers the methods in this class that should be listeners. |
RedirectEventSubscriberTest | class | tests/ |
Tests rules redirect action event subscriber. |
RedirectEventSubscriberTest.php | file | tests/ |
|
RedirectEventSubscriberTest::testCheckRedirectIssued | function | tests/ |
Test the response is a redirect if a redirect url is added to the request. |
RolesOptions | class | src/ |
Options provider to return a list of user roles. |
RolesOptions.php | file | src/ |
|
RolesOptions::getPossibleOptions | function | src/ |
Returns an array of possible values with labels for display. |
RoundingOptions | class | src/ |
Options provider for the types of field access to check for. |
RoundingOptions.php | file | src/ |
|
RoundingOptions::getPossibleOptions | function | src/ |
Returns an array of possible values with labels for display. |
RuleExpression | class | src/ |
Provides a rule, executing actions when conditions are met. |
RuleExpression.php | file | src/ |
|
RuleExpression::$actions | property | src/ |
List of actions that get executed if the conditions are met. |
RuleExpression::$conditions | property | src/ |
List of conditions that must be met before actions are executed. |
RuleExpression::$expressionManager | property | src/ |
The rules expression plugin manager. |
RuleExpression::$rulesDebugLogger | property | src/ |
The rules debug logger channel. |
RuleExpression::addAction | function | src/ |
Creates an action expression and adds it to the container. |
Pagination
- Previous page
- Page 30
- Next page