Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserAccessControlHandler.php | file | core/ |
|
| UserAccessControlHandler::$viewLabelOperation | property | core/ |
Allow access to user label. |
| UserAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| UserAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
| UserAccessControlHandlerTest | class | core/ |
Tests the user access controller. |
| UserAccessControlHandlerTest.php | file | core/ |
|
| UserAccessControlHandlerTest::$accessControlHandler | property | core/ |
The user access controller to test. |
| UserAccessControlHandlerTest::$admin | property | core/ |
The mock administrative test user. |
| UserAccessControlHandlerTest::$emailViewer | property | core/ |
The mock user account with 'view user email addresses' permission. |
| UserAccessControlHandlerTest::$items | property | core/ |
The mocked test field items. |
| UserAccessControlHandlerTest::$owner | property | core/ |
The mock user account that is able to change their own account name. |
| UserAccessControlHandlerTest::$viewer | property | core/ |
The mock user account with view access. |
| UserAccessControlHandlerTest::adminFieldAccessProvider | function | core/ |
Provides test data for testAdminFieldAccess(). |
| UserAccessControlHandlerTest::assertFieldAccess | function | core/ |
Asserts correct field access grants for a field. |
| UserAccessControlHandlerTest::createdAccessProvider | function | core/ |
Provides test data for testCreatedAccess(). |
| UserAccessControlHandlerTest::hiddenUserSettingsProvider | function | core/ |
Provides test data for testHiddenUserSettings(). |
| UserAccessControlHandlerTest::NonExistingFieldAccessProvider | function | core/ |
Provides test data for testNonExistingFieldAccess(). |
| UserAccessControlHandlerTest::passwordAccessProvider | function | core/ |
Provides test data for passwordAccessProvider(). |
| UserAccessControlHandlerTest::setUp | function | core/ |
|
| UserAccessControlHandlerTest::testAdminFieldAccess | function | core/ |
Tests that private user settings cannot be viewed by other users. |
| UserAccessControlHandlerTest::testCreatedAccess | function | core/ |
Tests the user created field access. |
| UserAccessControlHandlerTest::testHiddenUserSettings | function | core/ |
Tests that private user settings cannot be viewed by other users. |
| UserAccessControlHandlerTest::testNonExistingFieldAccess | function | core/ |
Tests access to a non-existing base field. |
| UserAccessControlHandlerTest::testPasswordAccess | function | core/ |
Tests that passwords cannot be viewed, just edited. |
| UserAccessControlHandlerTest::testUserNameAccess | function | core/ |
Ensures user name access is working properly. |
| UserAccessControlHandlerTest::userNameProvider | function | core/ |
Provides test data for testUserNameAccess(). |
| UserData::$moduleHandler | property | core/ |
The module handler. |
| UserPermissionsForm::$moduleHandler | property | core/ |
The module handler. |
| UserPermissionsForm::$permissionHandler | property | core/ |
The permission handler. |
| UserRequirementsTest::$moduleHandler | property | core/ |
Module handler for invoking user requirements. |
| UserSearch::$moduleHandler | property | core/ |
The module handler. |
| ValidConsumer::addHandler | function | core/ |
|
| ValidConsumerWithExtraArguments::addHandler | function | core/ |
|
| ValidHandler | class | core/ |
Test handler class with interface implemented. |
| ViewAddForm::$moduleHandler | property | core/ |
The module handler service. |
| ViewEditForm::$moduleHandler | property | core/ |
The module handler service. |
| ViewExecutable::$displayHandlers | property | core/ |
The list of used displays of the view. |
| ViewExecutable::$display_handler | property | core/ |
The current used display plugin. |
| ViewExecutable::addHandler | function | core/ |
Adds an instance of a handler to the view. |
| ViewExecutable::generateHandlerId | function | core/ |
Generates a unique ID for a handler instance. |
| ViewExecutable::getHandler | function | core/ |
Gets the configuration of a handler instance on a given display. |
| ViewExecutable::getHandlers | function | core/ |
Gets an array of handler instances for the current display. |
| ViewExecutable::getHandlerTypes | function | core/ |
Provides a list of views handler types used in a view. |
| ViewExecutable::initHandlers | function | core/ |
Acquires and attaches all of the handlers. |
| ViewExecutable::removeHandler | function | core/ |
Removes configuration for a handler instance on a given display. |
| ViewExecutable::setHandler | function | core/ |
Sets the configuration of a handler instance on a given display. |
| ViewExecutable::setHandlerOption | function | core/ |
Sets an option on a handler instance. |
| ViewExecutable::_initHandler | function | core/ |
Attaches the views handler for the specific type. |
| ViewExecutableTest::$displayHandler | property | core/ |
The mocked display router handler. |
| ViewExecutableTest::$displayHandlers | property | core/ |
A mocked display collection. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.