Search for handle

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.