Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
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 enable.
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 Tests the user name formatter shows a link to the user when there is
access but not otherwise.
UserHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php Returns the expected normalization of the entity.
UserHalJsonAnonTest::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php Returns the normalized POST entity.
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 enable.
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Test if user can change their default language.
UserListBuilder::getOperations function core/modules/user/src/UserListBuilder.php Provides an array of information to build a list of operation links.
UserLocalTasksTest::getUserAdminRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::getUserLoginRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::getUserPageRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLoginForm::getFormId function core/modules/user/src/Form/UserLoginForm.php Returns a unique string identifying the form.
UserLoginHttpTest::getLoginStatusUrlString function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets the URL string for checking login.
UserLoginHttpTest::getResultValue function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets a value for a given key from the response.
UserMultipleCancelConfirm::getCancelUrl function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns the route to go to if the user cancels the action.
UserMultipleCancelConfirm::getConfirmText function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns a caption for the button that confirms the action.
UserMultipleCancelConfirm::getFormId function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns a unique string identifying the form.
UserMultipleCancelConfirm::getQuestion function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns the question to ask the user.
UserPasswordForm::getFormId function core/modules/user/src/Form/UserPasswordForm.php Returns a unique string identifying the form.
UserPasswordResetForm::getFormId function core/modules/user/src/Form/UserPasswordResetForm.php Returns a unique string identifying the form.
UserPasswordResetTest::getResetURL function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Retrieves password reset email and extracts the login link.
UserPasswordResetTest::getResetURL function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Retrieves password reset email and extracts the login link.
UserPermissionsForm::getFormId function core/modules/user/src/Form/UserPermissionsForm.php Returns a unique string identifying the form.
UserPermissionsForm::getRoles function core/modules/user/src/Form/UserPermissionsForm.php Gets the roles to display in this form.
UserPermissionsRoleSpecificForm::getRoles function core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Gets the roles to display in this form.
UserPicture::getIds function core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php Defines the source fields uniquely identifying a source row.
UserPictureFile::getIds function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Defines the source fields uniquely identifying a source row.
UserPictureInstance::getIds function core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php Defines the source fields uniquely identifying a source row.
UserRequestSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
UserResourceTestBase::getExpectedCacheContexts function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
UserResourceTestBase::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the expected normalization of the entity.
UserResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Return the expected error message.
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The cacheability of unauthorized 'view' entity access.
UserResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the normalized POST entity.
UserRole::getCacheContexts function core/modules/user/src/Plugin/Condition/UserRole.php The cache contexts associated with this object.

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