Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
NodeIsPromoted class src/Plugin/Condition/NodeIsPromoted.php Provides a 'Node is promoted' condition.
NodeIsPromoted.php file src/Plugin/Condition/NodeIsPromoted.php
NodeIsPromoted::doEvaluate function src/Plugin/Condition/NodeIsPromoted.php Checks if a node is promoted.
NodeIsPromotedTest class tests/src/Unit/Integration/Condition/NodeIsPromotedTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\NodeIsPromoted
@group RulesCondition
NodeIsPromotedTest.php file tests/src/Unit/Integration/Condition/NodeIsPromotedTest.php
NodeIsPromotedTest::$condition property tests/src/Unit/Integration/Condition/NodeIsPromotedTest.php The condition to be tested.
NodeIsPromotedTest::setUp function tests/src/Unit/Integration/Condition/NodeIsPromotedTest.php
NodeIsPromotedTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/NodeIsPromotedTest.php Tests evaluating the condition.
NodeIsPublished class src/Plugin/Condition/NodeIsPublished.php Provides a 'Node is published' condition.
NodeIsPublished.php file src/Plugin/Condition/NodeIsPublished.php
NodeIsPublished::doEvaluate function src/Plugin/Condition/NodeIsPublished.php Checks if a node is published.
NodeIsPublishedTest class tests/src/Unit/Integration/Condition/NodeIsPublishedTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\NodeIsPublished
@group RulesCondition
NodeIsPublishedTest.php file tests/src/Unit/Integration/Condition/NodeIsPublishedTest.php
NodeIsPublishedTest::$condition property tests/src/Unit/Integration/Condition/NodeIsPublishedTest.php The condition to be tested.
NodeIsPublishedTest::setUp function tests/src/Unit/Integration/Condition/NodeIsPublishedTest.php
NodeIsPublishedTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/NodeIsPublishedTest.php Tests evaluating the condition.
NodeIsSticky class src/Plugin/Condition/NodeIsSticky.php Provides a 'Node is sticky' condition.
NodeIsSticky.php file src/Plugin/Condition/NodeIsSticky.php
NodeIsSticky::doEvaluate function src/Plugin/Condition/NodeIsSticky.php Check if the given node is sticky.
NodeIsStickyTest class tests/src/Unit/Integration/Condition/NodeIsStickyTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\NodeIsSticky
@group RulesCondition
NodeIsStickyTest.php file tests/src/Unit/Integration/Condition/NodeIsStickyTest.php
NodeIsStickyTest::$condition property tests/src/Unit/Integration/Condition/NodeIsStickyTest.php The condition to be tested.
NodeIsStickyTest::setUp function tests/src/Unit/Integration/Condition/NodeIsStickyTest.php
NodeIsStickyTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/NodeIsStickyTest.php Tests evaluating the condition.
NodeMakeSticky class src/Plugin/RulesAction/NodeMakeSticky.php Makes a content item sticky.
NodeMakeSticky.php file src/Plugin/RulesAction/NodeMakeSticky.php
NodeMakeSticky::autoSaveContext function src/Plugin/RulesAction/NodeMakeSticky.php Returns a list of context names that should be auto-saved after execution.
NodeMakeSticky::doExecute function src/Plugin/RulesAction/NodeMakeSticky.php Executes the action with the given context.
NodeMakeStickyTest class tests/src/Unit/Integration/RulesAction/NodeMakeStickyTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodeMakeSticky
@group RulesAction
NodeMakeStickyTest.php file tests/src/Unit/Integration/RulesAction/NodeMakeStickyTest.php
NodeMakeStickyTest::$action property tests/src/Unit/Integration/RulesAction/NodeMakeStickyTest.php The action to be tested.
NodeMakeStickyTest::setUp function tests/src/Unit/Integration/RulesAction/NodeMakeStickyTest.php
NodeMakeStickyTest::testActionExecution function tests/src/Unit/Integration/RulesAction/NodeMakeStickyTest.php Tests the action execution.
NodeMakeStickyTest::testSummary function tests/src/Unit/Integration/RulesAction/NodeMakeStickyTest.php Tests the summary.
NodeMakeUnsticky class src/Plugin/RulesAction/NodeMakeUnsticky.php Makes a content item not sticky.
NodeMakeUnsticky.php file src/Plugin/RulesAction/NodeMakeUnsticky.php
NodeMakeUnsticky::autoSaveContext function src/Plugin/RulesAction/NodeMakeUnsticky.php Returns a list of context names that should be auto-saved after execution.
NodeMakeUnsticky::doExecute function src/Plugin/RulesAction/NodeMakeUnsticky.php Executes the action with the given context.
NodeMakeUnstickyTest class tests/src/Unit/Integration/RulesAction/NodeMakeUnstickyTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodeMakeUnsticky
@group RulesAction
NodeMakeUnstickyTest.php file tests/src/Unit/Integration/RulesAction/NodeMakeUnstickyTest.php
NodeMakeUnstickyTest::$action property tests/src/Unit/Integration/RulesAction/NodeMakeUnstickyTest.php The action to be tested.
NodeMakeUnstickyTest::setUp function tests/src/Unit/Integration/RulesAction/NodeMakeUnstickyTest.php
NodeMakeUnstickyTest::testActionExecution function tests/src/Unit/Integration/RulesAction/NodeMakeUnstickyTest.php Tests the action execution.
NodeMakeUnstickyTest::testSummary function tests/src/Unit/Integration/RulesAction/NodeMakeUnstickyTest.php Tests the summary.
NodePromote class src/Plugin/RulesAction/NodePromote.php Promotes a content item.
NodePromote.php file src/Plugin/RulesAction/NodePromote.php
NodePromote::autoSaveContext function src/Plugin/RulesAction/NodePromote.php Returns a list of context names that should be auto-saved after execution.
NodePromote::doExecute function src/Plugin/RulesAction/NodePromote.php Executes the action with the given context.
NodePromoteTest class tests/src/Unit/Integration/RulesAction/NodePromoteTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodePromote
@group RulesAction
NodePromoteTest.php file tests/src/Unit/Integration/RulesAction/NodePromoteTest.php