Search for all
Title | Object type | File name | Summary |
---|---|---|---|
OptionsProviderBase::getSettableValues | function | src/ |
Returns an array of settable values. |
OptionsProviderTest | class | tests/ |
Tests using option providers. |
OptionsProviderTest.php | file | tests/ |
|
OptionsProviderTest::$classResolver | property | tests/ |
|
OptionsProviderTest::$defaultTheme | property | tests/ |
The theme to install as the default for testing. |
OptionsProviderTest::$modules | property | tests/ |
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/ |
The installation profile to use for testing. |
OptionsProviderTest::provideOptionsProviders | function | tests/ |
Provides test data for testOptionsProviders(). |
OptionsProviderTest::setUp | function | tests/ |
|
OptionsProviderTest::testOptionsProvider | function | tests/ |
Tests output of options providers. |
OrExpression | class | src/ |
Evaluates a group of conditions with a logical OR. |
OrExpression.php | file | src/ |
|
OrExpression::allowsMetadataAssertions | function | src/ |
Determines whether child-expressions are allowed to assert metadata. |
OrExpression::evaluate | function | src/ |
Returns the final result after executing the conditions. |
OrExpressionTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\OrExpression @group Rules |
OrExpressionTest.php | file | tests/ |
|
OrExpressionTest::$or | property | tests/ |
The 'or' condition container being tested. |
OrExpressionTest::setUp | function | tests/ |
|
OrExpressionTest::testEmptyOr | function | tests/ |
Tests an empty OR. |
OrExpressionTest::testOneCondition | function | tests/ |
Tests one condition. |
OrExpressionTest::testTwoConditions | function | tests/ |
Tests two true conditions. |
OrExpressionTest::testTwoFalseConditions | function | tests/ |
Tests two false conditions. |
OutOfBoundsException | class | src/ |
An Exception that is thrown if a value is not a valid key. |
OutOfBoundsException.php | file | src/ |
|
PathAliasCreate | class | src/ |
Provides a 'Create any path alias' action. |
PathAliasCreate.php | file | src/ |
|
PathAliasCreate::$aliasStorage | property | src/ |
The alias storage service. |
PathAliasCreate::create | function | src/ |
Creates an instance of the plugin. |
PathAliasCreate::doExecute | function | src/ |
Creates an alias for an existing path. |
PathAliasCreate::__construct | function | src/ |
Constructs a PathAliasCreate object. |
PathAliasCreateTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasCreate @group RulesAction |
PathAliasCreateTest.php | file | tests/ |
|
PathAliasCreateTest::$action | property | tests/ |
The action to be tested. |
PathAliasCreateTest::$aliasStorage | property | tests/ |
The mocked alias storage service. |
PathAliasCreateTest::setUp | function | tests/ |
|
PathAliasCreateTest::testActionExecutionWithLanguage | function | tests/ |
Tests the action execution when a language is specified. |
PathAliasCreateTest::testActionExecutionWithoutLanguage | function | tests/ |
Tests the action execution when no language is specified. |
PathAliasCreateTest::testSummary | function | tests/ |
Tests the summary. |
PathAliasDeleteByAlias | class | src/ |
Provides a 'Delete any path alias' action. |
PathAliasDeleteByAlias.php | file | src/ |
|
PathAliasDeleteByAlias::$aliasStorage | property | src/ |
The alias storage service. |
PathAliasDeleteByAlias::create | function | src/ |
Creates an instance of the plugin. |
PathAliasDeleteByAlias::doExecute | function | src/ |
Delete an existing alias. |
PathAliasDeleteByAlias::__construct | function | src/ |
Constructs a PathAliasDeleteByAlias object. |
PathAliasDeleteByAliasTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasDeleteByAlias @group RulesAction |
PathAliasDeleteByAliasTest.php | file | tests/ |
|
PathAliasDeleteByAliasTest::$action | property | tests/ |
The action to be tested. |
PathAliasDeleteByAliasTest::$aliasStorage | property | tests/ |
The mocked alias storage service. |
PathAliasDeleteByAliasTest::setUp | function | tests/ |
|
PathAliasDeleteByAliasTest::testActionExecution | function | tests/ |
Tests the action execution. |
Pagination
- Previous page
- Page 27
- Next page