Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
NodePromoteTest::$action property tests/src/Unit/Integration/RulesAction/NodePromoteTest.php The action to be tested.
NodePromoteTest::setUp function tests/src/Unit/Integration/RulesAction/NodePromoteTest.php
NodePromoteTest::testActionExecution function tests/src/Unit/Integration/RulesAction/NodePromoteTest.php Tests the action execution.
NodePromoteTest::testSummary function tests/src/Unit/Integration/RulesAction/NodePromoteTest.php Tests the summary.
NodePublish class src/Plugin/RulesAction/NodePublish.php Publishes a content item.
NodePublish.php file src/Plugin/RulesAction/NodePublish.php
NodePublish::autoSaveContext function src/Plugin/RulesAction/NodePublish.php Returns a list of context names that should be auto-saved after execution.
NodePublish::doExecute function src/Plugin/RulesAction/NodePublish.php Publishes the content.
NodePublishTest class tests/src/Unit/Integration/RulesAction/NodePublishTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodePublish
@group RulesAction
NodePublishTest.php file tests/src/Unit/Integration/RulesAction/NodePublishTest.php
NodePublishTest::$action property tests/src/Unit/Integration/RulesAction/NodePublishTest.php The action to be tested.
NodePublishTest::setUp function tests/src/Unit/Integration/RulesAction/NodePublishTest.php
NodePublishTest::testActionExecution function tests/src/Unit/Integration/RulesAction/NodePublishTest.php Tests the action execution.
NodePublishTest::testSummary function tests/src/Unit/Integration/RulesAction/NodePublishTest.php Tests the summary.
NodeTypeOptions class src/TypedData/Options/NodeTypeOptions.php Options provider to list all node types.
NodeTypeOptions.php file src/TypedData/Options/NodeTypeOptions.php
NodeTypeOptions::$entityTypeManager property src/TypedData/Options/NodeTypeOptions.php The entity type manager service.
NodeTypeOptions::create function src/TypedData/Options/NodeTypeOptions.php Instantiates a new instance of this class.
NodeTypeOptions::getPossibleOptions function src/TypedData/Options/NodeTypeOptions.php Returns an array of possible values with labels for display.
NodeTypeOptions::__construct function src/TypedData/Options/NodeTypeOptions.php Constructs a NodeTypeOptions object.
NodeUnpromote class src/Plugin/RulesAction/NodeUnpromote.php Demotes a content item.
NodeUnpromote.php file src/Plugin/RulesAction/NodeUnpromote.php
NodeUnpromote::autoSaveContext function src/Plugin/RulesAction/NodeUnpromote.php Returns a list of context names that should be auto-saved after execution.
NodeUnpromote::doExecute function src/Plugin/RulesAction/NodeUnpromote.php Executes the action with the given context.
NodeUnpromoteTest class tests/src/Unit/Integration/RulesAction/NodeUnpromoteTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodeUnpromote
@group RulesAction
NodeUnpromoteTest.php file tests/src/Unit/Integration/RulesAction/NodeUnpromoteTest.php
NodeUnpromoteTest::$action property tests/src/Unit/Integration/RulesAction/NodeUnpromoteTest.php The action to be tested.
NodeUnpromoteTest::setUp function tests/src/Unit/Integration/RulesAction/NodeUnpromoteTest.php
NodeUnpromoteTest::testActionExecution function tests/src/Unit/Integration/RulesAction/NodeUnpromoteTest.php Tests the action execution.
NodeUnpromoteTest::testSummary function tests/src/Unit/Integration/RulesAction/NodeUnpromoteTest.php Tests the summary.
NodeUnpublish class src/Plugin/RulesAction/NodeUnpublish.php Unpublishes a content item.
NodeUnpublish.php file src/Plugin/RulesAction/NodeUnpublish.php
NodeUnpublish::autoSaveContext function src/Plugin/RulesAction/NodeUnpublish.php Returns a list of context names that should be auto-saved after execution.
NodeUnpublish::doExecute function src/Plugin/RulesAction/NodeUnpublish.php Unpublishes the Node.
NodeUnpublishTest class tests/src/Unit/Integration/RulesAction/NodeUnpublishTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodeUnpublish
@group RulesAction
NodeUnpublishTest.php file tests/src/Unit/Integration/RulesAction/NodeUnpublishTest.php
NodeUnpublishTest::$action property tests/src/Unit/Integration/RulesAction/NodeUnpublishTest.php The action to be tested.
NodeUnpublishTest::setUp function tests/src/Unit/Integration/RulesAction/NodeUnpublishTest.php
NodeUnpublishTest::testActionExecution function tests/src/Unit/Integration/RulesAction/NodeUnpublishTest.php Tests the action execution.
NodeUnpublishTest::testSummary function tests/src/Unit/Integration/RulesAction/NodeUnpublishTest.php Tests the summary.
NumericOffset class src/Plugin/RulesDataProcessor/NumericOffset.php A data processor for applying numerical offsets.
NumericOffset.php file src/Plugin/RulesDataProcessor/NumericOffset.php
NumericOffset::process function src/Plugin/RulesDataProcessor/NumericOffset.php Process the given value.
OnOffOptions class src/TypedData/Options/OnOffOptions.php Options provider to return an On / Off choice.
OnOffOptions.php file src/TypedData/Options/OnOffOptions.php
OnOffOptions::getPossibleOptions function src/TypedData/Options/OnOffOptions.php Returns an array of possible values with labels for display.
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.