Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
TempStoreTrait::storeToTempStore function src/Ui/TempStoreTrait.php Stores some data in the temporary storage.
TempStoreTrait::validateLock function src/Ui/TempStoreTrait.php
test.css file tests/modules/rules_test_ui_embed/css/test.css h1 {
color: red;
}
TestActionSetExpression class tests/src/Unit/ActionSetExpressionTest.php A wrapper around ActionSetExpression.
TestActionSetExpression::executeWithState function tests/src/Unit/ActionSetExpressionTest.php Execute the expression with a given Rules state.
TestConditionFalse class tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php Provides an always-FALSE test condition.
TestConditionFalse.php file tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php
TestConditionFalse::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestConditionFalse::summary function tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php Get the translated summary from the label annotation.
TestConditionProvider class tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php Test condition that adds a variable with the provided context.
TestConditionProvider.php file tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php
TestConditionProvider::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestConditionProvider::summary function tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php Get the translated summary from the label annotation.
TestConditionTrue class tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php Provides an always-TRUE test condition.
TestConditionTrue.php file tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php
TestConditionTrue::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestConditionTrue::summary function tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php Get the translated summary from the label annotation.
TestDebugLogAction class tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Provides an action writing an error to the Rules debug logger channel.
TestDebugLogAction.php file tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php
TestDebugLogAction::$logger property tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Rules debug logger instance.
TestDebugLogAction::create function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Creates an instance of the plugin.
TestDebugLogAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Writes an error message to the debug log.
TestDebugLogAction::__construct function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Constructs a TestDebugLogAction object.
TestMessenger class tests/src/Unit/TestMessenger.php Mock class to replace the messenger service in unit tests.
TestMessenger.php file tests/src/Unit/TestMessenger.php
TestMessenger::$messages property tests/src/Unit/TestMessenger.php Array of messages.
TestMessenger::addError function tests/src/Unit/TestMessenger.php Adds a new error message to the queue.
TestMessenger::addMessage function tests/src/Unit/TestMessenger.php Adds a new message to the queue.
TestMessenger::addStatus function tests/src/Unit/TestMessenger.php Adds a new status message to the queue.
TestMessenger::addWarning function tests/src/Unit/TestMessenger.php Adds a new warning message to the queue.
TestMessenger::all function tests/src/Unit/TestMessenger.php Gets all messages.
TestMessenger::deleteAll function tests/src/Unit/TestMessenger.php Deletes all messages.
TestMessenger::deleteByType function tests/src/Unit/TestMessenger.php Deletes all messages of a certain type.
TestMessenger::messagesByType function tests/src/Unit/TestMessenger.php Gets all messages of a certain type.
TestNodeAction class tests/modules/rules_test/src/Plugin/RulesAction/TestNodeAction.php Provides a test action that sets a node title.
TestNodeAction.php file tests/modules/rules_test/src/Plugin/RulesAction/TestNodeAction.php
TestNodeAction::autoSaveContext function tests/modules/rules_test/src/Plugin/RulesAction/TestNodeAction.php Returns a list of context names that should be auto-saved after execution.
TestNodeAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestNodeAction.php Sets the node title.
TestSession.php file tests/src/Unit/TestSession.php
TestSessionBase class tests/src/Unit/TestSessionBase.php Implements just the methods we need for the Rules unit tests.
TestSessionBase.php file tests/src/Unit/TestSessionBase.php
TestSessionBase::$logs property tests/src/Unit/TestSessionBase.php Simulated session storage.
TestSessionBase::all function tests/src/Unit/TestSessionBase.php
TestSessionBase::clear function tests/src/Unit/TestSessionBase.php
TestSessionBase::getBag function tests/src/Unit/TestSessionBase.php
TestSessionBase::getId function tests/src/Unit/TestSessionBase.php
TestSessionBase::getMetadataBag function tests/src/Unit/TestSessionBase.php
TestSessionBase::getName function tests/src/Unit/TestSessionBase.php
TestSessionBase::has function tests/src/Unit/TestSessionBase.php
TestSessionBase::invalidate function tests/src/Unit/TestSessionBase.php