drupal/core/modules/user/src
Alex Pott 0946b702aa Issue #1792836 by damiankloip, alansaviolobo, Kars-T | tim.plunkett: Merge HandlerBase::breakPhrase() and HandlerBase::breakPhraseString() and clean up. 2014-08-10 17:17:29 -05:00
..
Access
Cache
Controller Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter. 2014-08-05 11:39:21 +01:00
Entity Issue #2315237 by andypost, daggerhart | yched: Rename FieldDefinition to BaseFieldDefinition. 2014-08-10 15:43:04 -05:00
EventSubscriber Issue #2288665 by znerol: Remove _maintenance request attribute and replace it with a maintenance mode service. 2014-07-07 14:03:55 +01:00
Form Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
Plugin Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
Tests Issue #1792836 by damiankloip, alansaviolobo, Kars-T | tim.plunkett: Merge HandlerBase::breakPhrase() and HandlerBase::breakPhraseString() and clean up. 2014-08-10 17:17:29 -05:00
Theme Issue #2238217 by effulgentsia, neclimdul, martin107, tim.plunkett, cweagans, kim.pepper, xjm: Introduce a RouteMatch class. 2014-06-24 14:28:41 +01:00
AccountForm.php Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
AccountSettingsForm.php Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
EntityOwnerInterface.php
PermissionsHash.php Issue #2286837 by ParisLiakos, damiankloip: Remove drupal_get_hash_salt(). 2014-07-07 11:48:03 +01:00
PermissionsHashInterface.php
ProfileForm.php Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
ProfileTranslationHandler.php Issue #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect(). 2014-08-06 09:05:02 +01:00
RegisterForm.php Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
RoleAccessControlHandler.php Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler. 2014-08-07 23:27:28 +01:00
RoleForm.php Issue #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect(). 2014-08-06 09:05:02 +01:00
RoleInterface.php Issue #2030655 by justafish, Alumei, daffie, alexpott, wwhurley, jamesquinton, pcambra, InternetDevels, rdatar, james_kerrigan: Expand Role with methods. 2014-07-11 12:15:22 +01:00
RoleListBuilder.php Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError(). 2014-07-30 20:50:42 -04:00
RoleStorage.php Issue #2302463 by effulgentsia: Cleanup User::hasPermission() and UserSession::hasPermission() to follow Law of Demeter. 2014-07-15 10:56:56 +01:00
RoleStorageInterface.php Issue #2302463 by effulgentsia: Cleanup User::hasPermission() and UserSession::hasPermission() to follow Law of Demeter. 2014-07-15 10:56:56 +01:00
TempStore.php Issue #2273385 by damiankloip: Use a container parameter for the user tempstore expire time. 2014-07-10 10:56:06 +01:00
TempStoreException.php
TempStoreFactory.php Issue #2273385 by damiankloip: Use a container parameter for the user tempstore expire time. 2014-07-10 10:56:06 +01:00
UserAccessControlHandler.php Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler. 2014-08-07 23:27:28 +01:00
UserAuth.php
UserAuthInterface.php
UserAutocomplete.php Issue #2306077 by dawehner: Fixed Get rid of connection in UserAutocomplete. 2014-07-19 22:28:22 +01:00
UserData.php
UserDataInterface.php
UserInterface.php Issue #2216547 by jhodgdon, Berdir: Fill in topic/@defgroup for User system overview. 2014-06-27 00:06:00 -07:00
UserListBuilder.php Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter. 2014-08-05 11:39:21 +01:00
UserStorage.php Issue #2279395 by alexpott, mradcliffe, plach, bzrudi71: Fixed The PostgreSQL backend does not handle NULL values for serial fields gracefully. 2014-07-24 11:49:22 +01:00
UserStorageInterface.php