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. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
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.
UserFieldsAccessChangeTest::testUserNameLink function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Test user name link.
UserFloodEvent::getIdentifier function core/modules/user/src/Event/UserFloodEvent.php Gets the identifier of the user flood event object.
UserFloodEvent::getIp function core/modules/user/src/Event/UserFloodEvent.php Gets the IP of the user flood event object.
UserFloodEvent::getName function core/modules/user/src/Event/UserFloodEvent.php Gets the name of the user flood event object.
UserFloodEvent::getThreshold function core/modules/user/src/Event/UserFloodEvent.php Gets the threshold for the user flood event object.
UserFloodEvent::getUid function core/modules/user/src/Event/UserFloodEvent.php Gets the uid of the user flood event object.
UserFloodEvent::getWindow function core/modules/user/src/Event/UserFloodEvent.php Gets the window for the user flood event object.
UserFloodSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
UserInterface::getCreatedTime function core/modules/user/src/UserInterface.php Returns the creation time of the user as a UNIX timestamp.
UserInterface::getInitialEmail function core/modules/user/src/UserInterface.php Returns the email that was used when the user was registered.
UserInterface::getLastLoginTime function core/modules/user/src/UserInterface.php Returns the UNIX timestamp when the user last logged in.
UserInterface::getPassword function core/modules/user/src/UserInterface.php Returns the hashed password.
UserLanguageTest class core/modules/user/tests/src/Functional/UserLanguageTest.php Functional tests for a user's ability to change their default language.
UserLanguageTest.php file core/modules/user/tests/src/Functional/UserLanguageTest.php
UserLanguageTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLanguageTest.php The theme to install as the default for testing.
UserLanguageTest::$modules property core/modules/user/tests/src/Functional/UserLanguageTest.php Modules to install.
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Tests if user can change their default language.
UserLanguageTestController class core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php Returns responses for User Language Test routes.
UserLanguageTestController.php file core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php
UserLanguageTestController::buildPostResponse function core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php Builds the response.

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