Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
PathAliasDeleteByAliasTest::testSummary function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php Tests the summary.
PathAliasDeleteByPath class src/Plugin/RulesAction/PathAliasDeleteByPath.php Provides a 'Delete alias for a path' action.
PathAliasDeleteByPath.php file src/Plugin/RulesAction/PathAliasDeleteByPath.php
PathAliasDeleteByPath::$aliasStorage property src/Plugin/RulesAction/PathAliasDeleteByPath.php The alias storage service.
PathAliasDeleteByPath::create function src/Plugin/RulesAction/PathAliasDeleteByPath.php Creates an instance of the plugin.
PathAliasDeleteByPath::doExecute function src/Plugin/RulesAction/PathAliasDeleteByPath.php Delete existing aliases for a given path.
PathAliasDeleteByPath::__construct function src/Plugin/RulesAction/PathAliasDeleteByPath.php Constructs a PathAliasDeleteByPath object.
PathAliasDeleteByPathTest class tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasDeleteByPath
@group RulesAction
PathAliasDeleteByPathTest.php file tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php
PathAliasDeleteByPathTest::$action property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php The action to be tested.
PathAliasDeleteByPathTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php The mocked alias storage service.
PathAliasDeleteByPathTest::setUp function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php
PathAliasDeleteByPathTest::testActionExecution function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php Tests the action execution.
PathAliasDeleteByPathTest::testSummary function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php Tests the summary.
PathAliasExists class src/Plugin/Condition/PathAliasExists.php Provides a 'Path alias exists' condition.
PathAliasExists.php file src/Plugin/Condition/PathAliasExists.php
PathAliasExists::$aliasManager property src/Plugin/Condition/PathAliasExists.php The alias manager service.
PathAliasExists::create function src/Plugin/Condition/PathAliasExists.php Creates an instance of the plugin.
PathAliasExists::doEvaluate function src/Plugin/Condition/PathAliasExists.php Check if a path alias exists.
PathAliasExists::__construct function src/Plugin/Condition/PathAliasExists.php Constructs a PathAliasExists object.
PathAliasExistsTest class tests/src/Unit/Integration/Condition/PathAliasExistsTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\PathAliasExists
@group RulesCondition
PathAliasExistsTest.php file tests/src/Unit/Integration/Condition/PathAliasExistsTest.php
PathAliasExistsTest::$aliasManager property tests/src/Unit/Integration/Condition/PathAliasExistsTest.php
PathAliasExistsTest::$condition property tests/src/Unit/Integration/Condition/PathAliasExistsTest.php The condition to be tested.
PathAliasExistsTest::$englishLanguage property tests/src/Unit/Integration/Condition/PathAliasExistsTest.php A mocked language object (english).
PathAliasExistsTest::setUp function tests/src/Unit/Integration/Condition/PathAliasExistsTest.php
PathAliasExistsTest::testConditionEvaluationAliasWithoutPath function tests/src/Unit/Integration/Condition/PathAliasExistsTest.php Tests evaluating the condition for an alias that can not be resolved.
PathAliasExistsTest::testConditionEvaluationAliasWithPath function tests/src/Unit/Integration/Condition/PathAliasExistsTest.php Tests evaluating the condition for an alias that can be resolved.
PathAliasExistsTest::testConstructor function tests/src/Unit/Integration/Condition/PathAliasExistsTest.php Tests that the dependencies are properly set in the constructor.
PathHasAlias class src/Plugin/Condition/PathHasAlias.php Provides a 'Path has alias' condition.
PathHasAlias.php file src/Plugin/Condition/PathHasAlias.php
PathHasAlias::$aliasManager property src/Plugin/Condition/PathHasAlias.php The alias manager service.
PathHasAlias::create function src/Plugin/Condition/PathHasAlias.php Creates an instance of the plugin.
PathHasAlias::doEvaluate function src/Plugin/Condition/PathHasAlias.php Check if a URL path has a URL alias.
PathHasAlias::__construct function src/Plugin/Condition/PathHasAlias.php Constructs a PathHasAlias object.
PathHasAliasTest class tests/src/Unit/Integration/Condition/PathHasAliasTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\PathHasAlias
@group RulesCondition
PathHasAliasTest.php file tests/src/Unit/Integration/Condition/PathHasAliasTest.php
PathHasAliasTest::$aliasManager property tests/src/Unit/Integration/Condition/PathHasAliasTest.php
PathHasAliasTest::$condition property tests/src/Unit/Integration/Condition/PathHasAliasTest.php The condition to be tested.
PathHasAliasTest::$englishLanguage property tests/src/Unit/Integration/Condition/PathHasAliasTest.php A mocked language object (english).
PathHasAliasTest::setUp function tests/src/Unit/Integration/Condition/PathHasAliasTest.php
PathHasAliasTest::testConditionEvaluationPathWithAlias function tests/src/Unit/Integration/Condition/PathHasAliasTest.php Tests evaluating the condition for a path with an alias.
PathHasAliasTest::testConditionEvaluationPathWithoutAlias function tests/src/Unit/Integration/Condition/PathHasAliasTest.php Tests evaluating the condition for path without an alias.
PathHasAliasTest::testConstructor function tests/src/Unit/Integration/Condition/PathHasAliasTest.php Tests that the dependencies are properly set in the constructor.
PlainEvent class tests/modules/rules_test_event/src/Event/PlainEvent.php An Event that has properties but no explicit getter methods.
PlainEvent.php file tests/modules/rules_test_event/src/Event/PlainEvent.php
PlainEvent::$privateProperty property tests/modules/rules_test_event/src/Event/PlainEvent.php A private property.
PlainEvent::$protectedProperty property tests/modules/rules_test_event/src/Event/PlainEvent.php A protected property.
PlainEvent::$publicProperty property tests/modules/rules_test_event/src/Event/PlainEvent.php A public property.
PlainEvent::EVENT_NAME constant tests/modules/rules_test_event/src/Event/PlainEvent.php