Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
OptionsProviderBase::getSettableValues function src/TypedData/Options/OptionsProviderBase.php Returns an array of settable values.
OptionsProviderTest class tests/src/Functional/OptionsProvider/OptionsProviderTest.php Tests using option providers.
OptionsProviderTest.php file tests/src/Functional/OptionsProvider/OptionsProviderTest.php
OptionsProviderTest::$classResolver property tests/src/Functional/OptionsProvider/OptionsProviderTest.php
OptionsProviderTest::$defaultTheme property tests/src/Functional/OptionsProvider/OptionsProviderTest.php The theme to install as the default for testing.
OptionsProviderTest::$modules property tests/src/Functional/OptionsProvider/OptionsProviderTest.php The output of some options providers depends on the enabled modules, so
this list can't be modified without also changing the expected results
below.
OptionsProviderTest::$profile property tests/src/Functional/OptionsProvider/OptionsProviderTest.php The installation profile to use for testing.
OptionsProviderTest::provideOptionsProviders function tests/src/Functional/OptionsProvider/OptionsProviderTest.php Provides test data for testOptionsProviders().
OptionsProviderTest::setUp function tests/src/Functional/OptionsProvider/OptionsProviderTest.php
OptionsProviderTest::testOptionsProvider function tests/src/Functional/OptionsProvider/OptionsProviderTest.php Tests output of options providers.
OrExpression class src/Plugin/RulesExpression/OrExpression.php Evaluates a group of conditions with a logical OR.
OrExpression.php file src/Plugin/RulesExpression/OrExpression.php
OrExpression::allowsMetadataAssertions function src/Plugin/RulesExpression/OrExpression.php Determines whether child-expressions are allowed to assert metadata.
OrExpression::evaluate function src/Plugin/RulesExpression/OrExpression.php Returns the final result after executing the conditions.
OrExpressionTest class tests/src/Unit/OrExpressionTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesExpression\OrExpression
@group Rules
OrExpressionTest.php file tests/src/Unit/OrExpressionTest.php
OrExpressionTest::$or property tests/src/Unit/OrExpressionTest.php The 'or' condition container being tested.
OrExpressionTest::setUp function tests/src/Unit/OrExpressionTest.php
OrExpressionTest::testEmptyOr function tests/src/Unit/OrExpressionTest.php Tests an empty OR.
OrExpressionTest::testOneCondition function tests/src/Unit/OrExpressionTest.php Tests one condition.
OrExpressionTest::testTwoConditions function tests/src/Unit/OrExpressionTest.php Tests two true conditions.
OrExpressionTest::testTwoFalseConditions function tests/src/Unit/OrExpressionTest.php Tests two false conditions.
OutOfBoundsException class src/Exception/OutOfBoundsException.php An Exception that is thrown if a value is not a valid key.
OutOfBoundsException.php file src/Exception/OutOfBoundsException.php
PathAliasCreate class src/Plugin/RulesAction/PathAliasCreate.php Provides a 'Create any path alias' action.
PathAliasCreate.php file src/Plugin/RulesAction/PathAliasCreate.php
PathAliasCreate::$aliasStorage property src/Plugin/RulesAction/PathAliasCreate.php The alias storage service.
PathAliasCreate::create function src/Plugin/RulesAction/PathAliasCreate.php Creates an instance of the plugin.
PathAliasCreate::doExecute function src/Plugin/RulesAction/PathAliasCreate.php Creates an alias for an existing path.
PathAliasCreate::__construct function src/Plugin/RulesAction/PathAliasCreate.php Constructs a PathAliasCreate object.
PathAliasCreateTest class tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasCreate
@group RulesAction
PathAliasCreateTest.php file tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php
PathAliasCreateTest::$action property tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php The action to be tested.
PathAliasCreateTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php The mocked alias storage service.
PathAliasCreateTest::setUp function tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php
PathAliasCreateTest::testActionExecutionWithLanguage function tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php Tests the action execution when a language is specified.
PathAliasCreateTest::testActionExecutionWithoutLanguage function tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php Tests the action execution when no language is specified.
PathAliasCreateTest::testSummary function tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php Tests the summary.
PathAliasDeleteByAlias class src/Plugin/RulesAction/PathAliasDeleteByAlias.php Provides a 'Delete any path alias' action.
PathAliasDeleteByAlias.php file src/Plugin/RulesAction/PathAliasDeleteByAlias.php
PathAliasDeleteByAlias::$aliasStorage property src/Plugin/RulesAction/PathAliasDeleteByAlias.php The alias storage service.
PathAliasDeleteByAlias::create function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Creates an instance of the plugin.
PathAliasDeleteByAlias::doExecute function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Delete an existing alias.
PathAliasDeleteByAlias::__construct function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Constructs a PathAliasDeleteByAlias object.
PathAliasDeleteByAliasTest class tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasDeleteByAlias
@group RulesAction
PathAliasDeleteByAliasTest.php file tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php
PathAliasDeleteByAliasTest::$action property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php The action to be tested.
PathAliasDeleteByAliasTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php The mocked alias storage service.
PathAliasDeleteByAliasTest::setUp function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php
PathAliasDeleteByAliasTest::testActionExecution function tests/src/Unit/Integration/RulesAction/PathAliasDeleteByAliasTest.php Tests the action execution.