Search for id

  1. Search 7.x-2.x for id
  2. Other projects
Title Object type File name Summary
EntityFetchById::refineContextDefinitions function src/Plugin/RulesAction/EntityFetchById.php Refines used and provided context definitions based upon context values.
EntityFetchById::__construct function src/Plugin/RulesAction/EntityFetchById.php Constructs a EntityFetchById object.
EntityFetchByIdTest class tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\EntityFetchById
@group RulesAction
EntityFetchByIdTest.php file tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php
EntityFetchByIdTest::$action property tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php The action to be tested.
EntityFetchByIdTest::setUp function tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php
EntityFetchByIdTest::testActionExecution function tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php Tests the action execution.
EntityFetchByIdTest::testRefiningContextDefinitions function tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php @covers ::refineContextDefinitions
EntityFetchByIdTest::testSummary function tests/src/Unit/Integration/RulesAction/EntityFetchByIdTest.php Tests the summary.
EntityPathAliasCreate::$entityTypeId property src/Plugin/RulesAction/EntityPathAliasCreate.php The entity type id.
EventIntegrationTest::providerTestEntityOriginal function tests/src/Kernel/EventIntegrationTest.php Provides test data for testEntityOriginal().
EventPropertyAccessTest::provideTestEvent function tests/src/Unit/Integration/Event/EventPropertyAccessTest.php Provider for events to test.
EventPropertyAccessTest::provideTestEvent function tests/src/Kernel/EventPropertyAccessTest.php Provider for events to test.
ExpressionBase::$configEntityId property src/Engine/ExpressionBase.php The config entity this expression is associated with, if any.
ExpressionBase::$uuid property src/Engine/ExpressionBase.php The UUID of this expression.
ExpressionBase::getUuid function src/Engine/ExpressionBase.php Returns the UUID of this expression if it is nested in another expression.
ExpressionBase::setUuid function src/Engine/ExpressionBase.php Sets the UUID of this expression in an expression tree.
ExpressionFormInterface::validateForm function src/Form/Expression/ExpressionFormInterface.php Form validation callback to validate expression elements.
ExpressionFormTrait::validateForm function src/Form/Expression/ExpressionFormTrait.php Implements ExpressionFormInterface::validateForm().
ExpressionInterface::getUuid function src/Engine/ExpressionInterface.php Returns the UUID of this expression if it is nested in another expression.
ExpressionInterface::setUuid function src/Engine/ExpressionInterface.php Sets the UUID of this expression in an expression tree.
ExpressionManager::$uuidService property src/Engine/ExpressionManager.php The UUID generating service.
IntegrityCheckTest::testCheckUuid function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Tests that the integrity check with UUID works.
IntegrityCheckTest::testInvalidAction function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Tests that an invalid action plugin ID results in a violation.
IntegrityCheckTest::testInvalidCondition function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Tests that an invalid condition plugin ID results in a violation.
IntegrityCheckTest::testInvalidProvidedName function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Tests invalid characters in provided variables.
IntegrityCheckTest::testNestedExpressionUuids function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Make sure that nested expression violations have the correct UUID.
IntegrityCheckTest::testUsingProvidedVariables function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Tests using provided variables in sub-sequent actions passes checks.
IntegrityCheckTest::testUsingRefinedProvidedVariables function tests/src/Unit/Integration/Engine/IntegrityCheckTest.php Tests using provided variables with refined context.
IntegrityViolation::$uuid property src/Engine/IntegrityViolation.php The UUID of the expression where the violation occurred.
IntegrityViolation::getUuid function src/Engine/IntegrityViolation.php Returns the UUID of the expression this violation belongs to.
IntegrityViolation::setUuid function src/Engine/IntegrityViolation.php Sets the UUID of the nested expression where this violation occurred.
IntegrityViolationInterface::getUuid function src/Engine/IntegrityViolationInterface.php Returns the UUID of the expression this violation belongs to.
IntegrityViolationInterface::setUuid function src/Engine/IntegrityViolationInterface.php Sets the UUID of the nested expression where this violation occurred.
InvalidArgumentException class src/Exception/InvalidArgumentException.php An exception that is thrown if an argument is invalid.
InvalidArgumentException.php file src/Exception/InvalidArgumentException.php
InvalidExpressionException class src/Exception/InvalidExpressionException.php An exception thrown when the wrong expression has been given.
InvalidExpressionException.php file src/Exception/InvalidExpressionException.php
LoopTest::testInvalidListType function tests/src/Unit/Integration/Engine/LoopTest.php Tests that the data type used to loop over is a list.
OptionsProviderBase class src/TypedData/Options/OptionsProviderBase.php Base class for options providers used in Rules actions and conditions.
OptionsProviderBase.php file src/TypedData/Options/OptionsProviderBase.php
OptionsProviderBase::getPossibleValues function src/TypedData/Options/OptionsProviderBase.php Returns an array of possible values.
OptionsProviderBase::getSettableOptions function src/TypedData/Options/OptionsProviderBase.php Returns an array of settable values with labels for display.
OptionsProviderBase::getSettableValues function src/TypedData/Options/OptionsProviderBase.php Returns an array of settable values.
OptionsProviderTest class tests/src/Functional/OptionsProvider/OptionsProviderTest.php Tests using option providers.
OptionsProviderTest.php file tests/src/Functional/OptionsProvider/OptionsProviderTest.php
OptionsProviderTest::$classResolver property tests/src/Functional/OptionsProvider/OptionsProviderTest.php
OptionsProviderTest::$defaultTheme property tests/src/Functional/OptionsProvider/OptionsProviderTest.php The theme to install as the default for testing.
OptionsProviderTest::$modules property tests/src/Functional/OptionsProvider/OptionsProviderTest.php The output of some options providers depends on the enabled modules, so
this list can't be modified without also changing the expected results
below.
OptionsProviderTest::$profile property tests/src/Functional/OptionsProvider/OptionsProviderTest.php The installation profile to use for testing.