Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
EntityPresaveTest.php file tests/src/Unit/Integration/Event/EntityPresaveTest.php
EntityPresaveTest::testEventMetadata function tests/src/Unit/Integration/Event/EntityPresaveTest.php Tests the event metadata.
EntitySave class src/Plugin/RulesAction/EntitySave.php Provides a 'Save entity' action.
EntitySave.php file src/Plugin/RulesAction/EntitySave.php
EntitySave::$saveLater property src/Plugin/RulesAction/EntitySave.php Flag that indicates if the entity should be auto-saved later.
EntitySave::autoSaveContext function src/Plugin/RulesAction/EntitySave.php Returns a list of context names that should be auto-saved after execution.
EntitySave::doExecute function src/Plugin/RulesAction/EntitySave.php Saves the Entity.
EntitySaveTest class tests/src/Unit/Integration/RulesAction/EntitySaveTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\EntitySave
@group RulesAction
EntitySaveTest.php file tests/src/Unit/Integration/RulesAction/EntitySaveTest.php
EntitySaveTest::$action property tests/src/Unit/Integration/RulesAction/EntitySaveTest.php The action to be tested.
EntitySaveTest::$entity property tests/src/Unit/Integration/RulesAction/EntitySaveTest.php The mocked entity used for testing.
EntitySaveTest::setUp function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php
EntitySaveTest::testActionExecutionImmediately function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php Tests the action execution when saving immediately.
EntitySaveTest::testActionExecutionPostponed function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php Tests the action execution when saving is postponed.
EntitySaveTest::testSummary function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php Tests the summary.
EntityTypeOptions class src/TypedData/Options/EntityTypeOptions.php Options provider to list all entity types.
EntityTypeOptions.php file src/TypedData/Options/EntityTypeOptions.php
EntityTypeOptions::$entityTypeManager property src/TypedData/Options/EntityTypeOptions.php The entity type manager service.
EntityTypeOptions::create function src/TypedData/Options/EntityTypeOptions.php Instantiates a new instance of this class.
EntityTypeOptions::getPossibleOptions function src/TypedData/Options/EntityTypeOptions.php Returns an array of possible values with labels for display.
EntityTypeOptions::__construct function src/TypedData/Options/EntityTypeOptions.php Constructs a EntityTypeOptions object.
EntityUpdateDeriver class src/Plugin/RulesEvent/EntityUpdateDeriver.php Derives entity update plugin definitions based on content entity types.
EntityUpdateDeriver.php file src/Plugin/RulesEvent/EntityUpdateDeriver.php
EntityUpdateDeriver::$entityTypeManager property src/Plugin/RulesEvent/EntityUpdateDeriver.php The entity type manager.
EntityUpdateDeriver::create function src/Plugin/RulesEvent/EntityUpdateDeriver.php Creates a new class instance.
EntityUpdateDeriver::getDerivativeDefinitions function src/Plugin/RulesEvent/EntityUpdateDeriver.php Gets the definition of all derivatives of a base plugin.
EntityUpdateDeriver::__construct function src/Plugin/RulesEvent/EntityUpdateDeriver.php Creates a new EntityUpdateDeriver object.
EntityUpdateTest class tests/src/Unit/Integration/Event/EntityUpdateTest.php Checks that the entity update events are defined.
EntityUpdateTest.php file tests/src/Unit/Integration/Event/EntityUpdateTest.php
EntityUpdateTest::testEventMetadata function tests/src/Unit/Integration/Event/EntityUpdateTest.php Tests the event metadata.
EntityViewDeriver class src/Plugin/RulesEvent/EntityViewDeriver.php Derives entity view plugin definitions based on content entity types.
EntityViewDeriver.php file src/Plugin/RulesEvent/EntityViewDeriver.php
EntityViewDeriver::$entityTypeManager property src/Plugin/RulesEvent/EntityViewDeriver.php The entity type manager.
EntityViewDeriver::create function src/Plugin/RulesEvent/EntityViewDeriver.php Creates a new class instance.
EntityViewDeriver::getDerivativeDefinitions function src/Plugin/RulesEvent/EntityViewDeriver.php Gets the definition of all derivatives of a base plugin.
EntityViewDeriver::__construct function src/Plugin/RulesEvent/EntityViewDeriver.php Creates a new EntityViewDeriver object.
EntityViewTest class tests/src/Unit/Integration/Event/EntityViewTest.php Checks that the entity view events are defined.
EntityViewTest class tests/src/Kernel/EntityViewTest.php Tests that rules_entity_view() does not throw fatal errors.
EntityViewTest.php file tests/src/Kernel/EntityViewTest.php
EntityViewTest.php file tests/src/Unit/Integration/Event/EntityViewTest.php
EntityViewTest::$modules property tests/src/Kernel/EntityViewTest.php Modules to enable.
EntityViewTest::setUp function tests/src/Kernel/EntityViewTest.php
EntityViewTest::testEntityViewHook function tests/src/Kernel/EntityViewTest.php Tests that rules_entity_view() can be invoked correctly.
EntityViewTest::testEventMetadata function tests/src/Unit/Integration/Event/EntityViewTest.php Tests the event metadata.
EvaluationException class src/Exception/EvaluationException.php An exception that is thrown during evaluation.
EvaluationException.php file src/Exception/EvaluationException.php
EventBundleTest class tests/src/FunctionalJavascript/EventBundleTest.php Tests the Ajax behavior of the Add Reaction Rule UI.
EventBundleTest.php file tests/src/FunctionalJavascript/EventBundleTest.php
EventBundleTest::$defaultTheme property tests/src/FunctionalJavascript/EventBundleTest.php The theme to install as the default for testing.
EventBundleTest::$modules property tests/src/FunctionalJavascript/EventBundleTest.php Modules to enable.