Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
User::getPassword function core/modules/user/src/Entity/User.php Returns the hashed password.
User::getPreferredAdminLangcode function core/modules/user/src/Entity/User.php Returns the preferred administrative language code of the account.
User::getPreferredLangcode function core/modules/user/src/Entity/User.php Returns the preferred language code of the account.
User::getProcess function core/modules/user/src/Plugin/migrate/User.php Gets the normalized process plugin configuration.
User::getRoles function core/modules/user/src/Entity/User.php Returns a list of roles.
User::getRoleStorage function core/modules/user/src/Entity/User.php Returns the role storage object.
User::getTimeZone function core/modules/user/src/Entity/User.php Returns the timezone of this account.
User::__get function core/modules/user/src/Entity/User.php Implements the magic method for getting object properties.
UserAccountLinksTest::testAccountPageTitles function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests page title is set correctly on user account tabs.
UserAdminLanguageTest class core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests users' ability to change their own administration language.
UserAdminLanguageTest.php file core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
UserAdminLanguageTest::$adminUser property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php A user with permission to access admin pages and administer languages.
UserAdminLanguageTest::$defaultTheme property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php The theme to install as the default for testing.
UserAdminLanguageTest::$modules property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Modules to install.
UserAdminLanguageTest::$regularUser property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php A non-administrator user for this test.
UserAdminLanguageTest::addCustomLanguage function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Helper method for adding a custom language.
UserAdminLanguageTest::setLanguageNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Sets the User interface negotiation detection method.
UserAdminLanguageTest::setUp function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
UserAdminLanguageTest::testActualNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests the actual language negotiation.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that the admin language is configurable only for administrators.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableWithAdminLanguageNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that admin language negotiation is configurable only if enabled.
UserAdminLanguageTest::testUserAdminLanguageConfigurationNotAvailableWithOnlyOneLanguage function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that admin language is not configurable in single language sites.
UserAdminTest::getLinkSelectorForUser function core/modules/user/tests/src/Functional/UserAdminTest.php Gets the xpath selector for a user account.
UserAgent::getBestMatchingLangcode function core/lib/Drupal/Component/Utility/UserAgent.php Identifies user agent language from the Accept-language HTTP header.
UserAgentTest::getLanguages function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Helper method to supply language codes to testGetBestMatchingLangcode().
UserAgentTest::getMappings function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Helper method to supply language mappings to testGetBestMatchingLangcode().
UserAgentTest::providerTestGetBestMatchingLangcode function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Data provider for testGetBestMatchingLangcode().
UserAgentTest::testGetBestMatchingLangcode function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Tests matching language from user agent.
UserAuthenticationController::getLoginFloodIdentifier function core/modules/user/src/Controller/UserAuthenticationController.php Gets the login identifier for user login flood control.
UserAuthenticationController::getRequestFormat function core/modules/user/src/Controller/UserAuthenticationController.php Gets the format of the current request.
UserCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/UserCacheContext.php Gets the cacheability metadata for the context.
UserCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/UserCacheContext.php Returns the string representation of the cache context.
UserCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/UserCacheContext.php Returns the label of the cache context.
UserCacheTagsTest::getAdditionalCacheTagsForEntityListing function core/modules/user/tests/src/Functional/UserCacheTagsTest.php Returns the additional cache tags for the tested entity's listing by type.
UserCancelForm::getCancelUrl function core/modules/user/src/Form/UserCancelForm.php Returns the route to go to if the user cancels the action.
UserCancelForm::getConfirmText function core/modules/user/src/Form/UserCancelForm.php Returns a caption for the button that confirms the action.
UserCancelForm::getDescription function core/modules/user/src/Form/UserCancelForm.php Returns additional text to display as a description.
UserCancelForm::getQuestion function core/modules/user/src/Form/UserCancelForm.php Returns the question to ask the user.
UserContextAccessPolicy::getPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Gets the persistent cache contexts.
UserController::getResetPassForm function core/modules/user/src/Controller/UserController.php Returns the user password reset form.
UserData::get function core/modules/user/src/UserData.php Returns data stored for a user account.
UserData::getIds function core/modules/user/src/Plugin/migrate/destination/UserData.php Gets the destination IDs.
UserDataInterface::get function core/modules/user/src/UserDataInterface.php Returns data stored for a user account.
UserEntityTranslation::getIds function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Defines the source fields uniquely identifying a source row.
UserFieldsAccessChangeTest class core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Checks changing entity and field access.
UserFieldsAccessChangeTest.php file core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
UserFieldsAccessChangeTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php The theme to install as the default for testing.
UserFieldsAccessChangeTest::$modules property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Modules to install.
UserFieldsAccessChangeTest::$testViews property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Views used by this test.
UserFieldsAccessChangeTest::testUserFieldAccess function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Tests if another module can change field access.

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