Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
EntityIsNewTest.php file tests/src/Unit/Integration/Condition/EntityIsNewTest.php
EntityIsNewTest::$condition property tests/src/Unit/Integration/Condition/EntityIsNewTest.php The condition to be tested.
EntityIsNewTest::setUp function tests/src/Unit/Integration/Condition/EntityIsNewTest.php
EntityIsNewTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/EntityIsNewTest.php Tests evaluating the condition.
EntityIsOfBundle class src/Plugin/Condition/EntityIsOfBundle.php Provides an 'Entity is of bundle' condition.
EntityIsOfBundle.php file src/Plugin/Condition/EntityIsOfBundle.php
EntityIsOfBundle::assertMetadata function src/Plugin/Condition/EntityIsOfBundle.php Asserts additional metadata for the selected data.
EntityIsOfBundle::doEvaluate function src/Plugin/Condition/EntityIsOfBundle.php Check if a provided entity is of a specific type and bundle.
EntityIsOfBundleTest class tests/src/Unit/Integration/Condition/EntityIsOfBundleTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\EntityIsOfBundle
@group RulesCondition
EntityIsOfBundleTest.php file tests/src/Unit/Integration/Condition/EntityIsOfBundleTest.php
EntityIsOfBundleTest::$condition property tests/src/Unit/Integration/Condition/EntityIsOfBundleTest.php The condition to be tested.
EntityIsOfBundleTest::setUp function tests/src/Unit/Integration/Condition/EntityIsOfBundleTest.php
EntityIsOfBundleTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/EntityIsOfBundleTest.php Tests evaluating the condition.
EntityIsOfType class src/Plugin/Condition/EntityIsOfType.php Provides an 'Entity is of type' condition.
EntityIsOfType.php file src/Plugin/Condition/EntityIsOfType.php
EntityIsOfType::doEvaluate function src/Plugin/Condition/EntityIsOfType.php Check if the provided entity is of a specific type.
EntityIsOfTypeTest class tests/src/Unit/Integration/Condition/EntityIsOfTypeTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\EntityIsOfType
@group RulesCondition
EntityIsOfTypeTest.php file tests/src/Unit/Integration/Condition/EntityIsOfTypeTest.php
EntityIsOfTypeTest::$condition property tests/src/Unit/Integration/Condition/EntityIsOfTypeTest.php The condition to be tested.
EntityIsOfTypeTest::setUp function tests/src/Unit/Integration/Condition/EntityIsOfTypeTest.php
EntityIsOfTypeTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/EntityIsOfTypeTest.php Tests evaluating the condition.
EntityPathAliasCreate class src/Plugin/RulesAction/EntityPathAliasCreate.php Provides a generic 'Create entity path alias' action.
EntityPathAliasCreate.php file src/Plugin/RulesAction/EntityPathAliasCreate.php
EntityPathAliasCreate::$aliasStorage property src/Plugin/RulesAction/EntityPathAliasCreate.php The alias storage service.
EntityPathAliasCreate::$entityTypeId property src/Plugin/RulesAction/EntityPathAliasCreate.php The entity type id.
EntityPathAliasCreate::create function src/Plugin/RulesAction/EntityPathAliasCreate.php Creates an instance of the plugin.
EntityPathAliasCreate::doExecute function src/Plugin/RulesAction/EntityPathAliasCreate.php Creates entity path alias.
EntityPathAliasCreate::__construct function src/Plugin/RulesAction/EntityPathAliasCreate.php Constructs an EntityPathAliasCreate object.
EntityPathAliasCreateDeriver class src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Derives entity create plugin definitions based on content entity types.
EntityPathAliasCreateDeriver.php file src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php
EntityPathAliasCreateDeriver::$entityTypeManager property src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php The entity type manager.
EntityPathAliasCreateDeriver::create function src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Creates a new class instance.
EntityPathAliasCreateDeriver::getDerivativeDefinitions function src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Gets the definition of all derivatives of a base plugin.
EntityPathAliasCreateDeriver::__construct function src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Creates a new EntityPathAliasCreateDeriver object.
EntityPathAliasCreateTest class tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\EntityPathAliasCreate
@group RulesAction
EntityPathAliasCreateTest.php file tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php
EntityPathAliasCreateTest::$action property tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php The action to be tested.
EntityPathAliasCreateTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php The mocked alias storage service.
EntityPathAliasCreateTest::getMockEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Creates a mock entity.
EntityPathAliasCreateTest::setUp function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php
EntityPathAliasCreateTest::testActionExecutionWithSavedEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the action execution with a saved entity.
EntityPathAliasCreateTest::testActionExecutionWithUnsavedEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the action execution with an unsaved entity.
EntityPathAliasCreateTest::testSummary function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the summary.
EntityPresaveDeriver class src/Plugin/RulesEvent/EntityPresaveDeriver.php Derives entity presave plugin definitions based on content entity types.
EntityPresaveDeriver.php file src/Plugin/RulesEvent/EntityPresaveDeriver.php
EntityPresaveDeriver::$entityTypeManager property src/Plugin/RulesEvent/EntityPresaveDeriver.php The entity type manager.
EntityPresaveDeriver::create function src/Plugin/RulesEvent/EntityPresaveDeriver.php Creates a new class instance.
EntityPresaveDeriver::getDerivativeDefinitions function src/Plugin/RulesEvent/EntityPresaveDeriver.php Gets the definition of all derivatives of a base plugin.
EntityPresaveDeriver::__construct function src/Plugin/RulesEvent/EntityPresaveDeriver.php Creates a new EntityPresaveDeriver object.
EntityPresaveTest class tests/src/Unit/Integration/Event/EntityPresaveTest.php Checks that the entity presave events are defined.