Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserRoleAddTest::testAddExistingRole | function | tests/ |
Tests adding of existing role to user. |
| UserRoleAddTest::testAddOneRoleNoSave | function | tests/ |
Tests adding of one role to user. User should not be saved. |
| UserRoleAddTest::testAddThreeRoles | function | tests/ |
Tests adding of three roles to user. |
| UserRoleAddTest::testSummary | function | tests/ |
Tests the summary. |
| UserRoleRemove | class | src/ |
Provides a 'Remove user role' action. |
| UserRoleRemove.php | file | src/ |
|
| UserRoleRemove::$saveLater | property | src/ |
Flag that indicates if the entity should be auto-saved later. |
| UserRoleRemove::autoSaveContext | function | src/ |
Returns a list of context names that should be auto-saved after execution. |
| UserRoleRemove::doExecute | function | src/ |
Remove role from a user. |
| UserRoleRemoveTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\UserRoleRemove[[api-linebreak]] @group RulesAction |
| UserRoleRemoveTest.php | file | tests/ |
|
| UserRoleRemoveTest::$action | property | tests/ |
The action that is being tested. |
| UserRoleRemoveTest::setUp | function | tests/ |
|
| UserRoleRemoveTest::testRemoveExistingRoleNoSave | function | tests/ |
Tests removing role from user. User should not be saved. |
| UserRoleRemoveTest::testRemoveNonExistingRole | function | tests/ |
Tests removing non-existing role from user. |
| UserRoleRemoveTest::testSummary | function | tests/ |
Tests the summary. |
| UserUnblock | class | src/ |
Provides "Unblock User" action. |
| UserUnblock.php | file | src/ |
|
| UserUnblock::$saveLater | property | src/ |
Flag that indicates if the entity should be auto-saved later. |
| UserUnblock::autoSaveContext | function | src/ |
Returns a list of context names that should be auto-saved after execution. |
| UserUnblock::doExecute | function | src/ |
Unblock a user. |
| UserUnblockTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\UserUnblock[[api-linebreak]] @group RulesAction |
| UserUnblockTest.php | file | tests/ |
|
| UserUnblockTest::$action | property | tests/ |
The action to be tested. |
| UserUnblockTest::ACTIVE | constant | tests/ |
Constant used for active test when mocking a user. |
| UserUnblockTest::ANONYMOUS | constant | tests/ |
Constant used for authenticated test when mocking a user. |
| UserUnblockTest::AUTHENTICATED | constant | tests/ |
Constant used for authenticated test when mocking a user. |
| UserUnblockTest::BLOCKED | constant | tests/ |
Constant used for active test when mocking a user. |
| UserUnblockTest::setUp | function | tests/ |
|
| UserUnblockTest::testSummary | function | tests/ |
Test the summary method. |
| UserUnblockTest::testUnblockUser | function | tests/ |
Test execute() method for users with different status. |
| UserUnblockTest::userProvider | function | tests/ |
Data provider for ::testUnblockUser. |
| VariableAdd | class | src/ |
Provides an 'Add a variable' action. |
| VariableAdd.php | file | src/ |
|
| VariableAdd::doExecute | function | src/ |
Add a variable. |
| VariableAdd::refineContextDefinitions | function | src/ |
Refines used and provided context definitions based upon context values. |
| VariableAddTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\VariableAdd[[api-linebreak]] @group RulesAction |
| VariableAddTest.php | file | tests/ |
|
| VariableAddTest::testExecute | function | tests/ |
Test the action execution. |
| ViewEditOptions | class | src/ |
Options provider for the types of field access to check for. |
| ViewEditOptions.php | file | src/ |
|
| ViewEditOptions::getPossibleOptions | function | src/ |
Returns an array of possible values with labels for display. |
| YesNoOptions | class | src/ |
Options provider to return a Yes / No choice. |
| YesNoOptions.php | file | src/ |
|
| YesNoOptions::getPossibleOptions | function | src/ |
Returns an array of possible values with labels for display. |
Pagination
- Previous page
- Page 52