Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
ReactionRuleConfigTest::testGetEventNames function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::getEventNames
ReactionRuleConfigTest::testGetEvents function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::getEvents
ReactionRuleConfigTest::testHasEvent function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::hasEvent
ReactionRuleConfigTest::testRemoveEvent function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::removeEvent
@covers ::getEvents
ReactionRuleConfigTest::testRemoveEventWithKeyedIndex function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::removeEvent
@covers ::getEvents
ReactionRuleEditForm class src/Form/ReactionRuleEditForm.php Provides a form to edit a reaction rule.
ReactionRuleEditForm.php file src/Form/ReactionRuleEditForm.php
ReactionRuleEditForm::$eventManager property src/Form/ReactionRuleEditForm.php The Rules event plugin manager.
ReactionRuleEditForm::$rulesUiHandler property src/Form/ReactionRuleEditForm.php The RulesUI handler of the currently active UI.
ReactionRuleEditForm::actions function src/Form/ReactionRuleEditForm.php Returns an array of supported actions for the current entity form.
ReactionRuleEditForm::buildForm function src/Form/ReactionRuleEditForm.php Form constructor.
ReactionRuleEditForm::cancel function src/Form/ReactionRuleEditForm.php Form submission handler for the 'cancel' action.
ReactionRuleEditForm::create function src/Form/ReactionRuleEditForm.php Instantiates a new instance of this class.
ReactionRuleEditForm::form function src/Form/ReactionRuleEditForm.php Gets the actual form array to be built.
ReactionRuleEditForm::getTitle function src/Form/ReactionRuleEditForm.php Title callback: also display the rule label.
ReactionRuleEditForm::prepareEntity function src/Form/ReactionRuleEditForm.php Prepares the entity object before the form is built first.
ReactionRuleEditForm::save function src/Form/ReactionRuleEditForm.php Form submission handler for the 'save' action.
ReactionRuleEditForm::validateForm function src/Form/ReactionRuleEditForm.php Form validation handler.
ReactionRuleEditForm::__construct function src/Form/ReactionRuleEditForm.php Constructs a new object of this class.
ReactionRuleStorage class src/Entity/ReactionRuleStorage.php Storage handler for Reaction Rule configuration entities.
ReactionRuleStorage.php file src/Entity/ReactionRuleStorage.php
ReactionRuleStorage::$drupalKernel property src/Entity/ReactionRuleStorage.php The Drupal kernel.
ReactionRuleStorage::$eventManager property src/Entity/ReactionRuleStorage.php The event manager.
ReactionRuleStorage::$stateService property src/Entity/ReactionRuleStorage.php The state service.
ReactionRuleStorage::createInstance function src/Entity/ReactionRuleStorage.php Instantiates a new instance of this entity handler.
ReactionRuleStorage::delete function src/Entity/ReactionRuleStorage.php Deletes permanently saved entities.
ReactionRuleStorage::getRegisteredEvents function src/Entity/ReactionRuleStorage.php Returns a list of event names that are used by active reaction rules.
ReactionRuleStorage::save function src/Entity/ReactionRuleStorage.php Implements Drupal\Core\Entity\EntityStorageInterface::save().
ReactionRuleStorage::__construct function src/Entity/ReactionRuleStorage.php Constructs a ReactionRuleStorage object.
README.txt file d7-tests/README.txt 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/EventSubscriber/RedirectEventSubscriber.php Changes the response to a redirect, if a redirect rules action was executed .
RedirectEventSubscriber.php file src/EventSubscriber/RedirectEventSubscriber.php
RedirectEventSubscriber::checkRedirectIssued function src/EventSubscriber/RedirectEventSubscriber.php Checks if a redirect rules action was executed.
RedirectEventSubscriber::getSubscribedEvents function src/EventSubscriber/RedirectEventSubscriber.php Registers the methods in this class that should be listeners.
RedirectEventSubscriberTest class tests/src/Kernel/RedirectEventSubscriberTest.php Tests rules redirect action event subscriber.
RedirectEventSubscriberTest.php file tests/src/Kernel/RedirectEventSubscriberTest.php
RedirectEventSubscriberTest::testCheckRedirectIssued function tests/src/Kernel/RedirectEventSubscriberTest.php Test the response is a redirect if a redirect url is added to the request.
RolesOptions class src/TypedData/Options/RolesOptions.php Options provider to return a list of user roles.
RolesOptions.php file src/TypedData/Options/RolesOptions.php
RolesOptions::getPossibleOptions function src/TypedData/Options/RolesOptions.php Returns an array of possible values with labels for display.
RoundingOptions class src/TypedData/Options/RoundingOptions.php Options provider for the types of field access to check for.
RoundingOptions.php file src/TypedData/Options/RoundingOptions.php
RoundingOptions::getPossibleOptions function src/TypedData/Options/RoundingOptions.php Returns an array of possible values with labels for display.
RuleExpression class src/Plugin/RulesExpression/RuleExpression.php Provides a rule, executing actions when conditions are met.
RuleExpression.php file src/Plugin/RulesExpression/RuleExpression.php
RuleExpression::$actions property src/Plugin/RulesExpression/RuleExpression.php List of actions that get executed if the conditions are met.
RuleExpression::$conditions property src/Plugin/RulesExpression/RuleExpression.php List of conditions that must be met before actions are executed.
RuleExpression::$expressionManager property src/Plugin/RulesExpression/RuleExpression.php The rules expression plugin manager.
RuleExpression::$rulesDebugLogger property src/Plugin/RulesExpression/RuleExpression.php The rules debug logger channel.
RuleExpression::addAction function src/Plugin/RulesExpression/RuleExpression.php Creates an action expression and adds it to the container.