Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserEntityTest::testUserValidation | function | core/ |
Tests that all user fields validate properly. |
| UserEntityTranslation | class | core/ |
Drupal 7 user entity translations source from database. |
| UserEntityTranslation.php | file | core/ |
|
| UserEntityTranslation::fields | function | core/ |
Returns available fields on the source. |
| UserEntityTranslation::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| UserEntityTranslation::prepareRow | function | core/ |
Adds additional data to the row. |
| UserEntityTranslation::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| UserEntityTranslationTest | class | core/ |
Tests D7 user entity translation source plugin. |
| UserEntityTranslationTest.php | file | core/ |
|
| UserEntityTranslationTest::$modules | property | core/ |
Modules to install. |
| UserEntityTranslationTest::providerSource | function | core/ |
Provides source data for ::testSource. |
| UserEvents | class | core/ |
Defines events for the user module. |
| UserEvents.php | file | core/ |
|
| UserEvents::FLOOD_BLOCKED_IP | constant | core/ |
The name of the event fired when a login is blocked by flood control. |
| UserEvents::FLOOD_BLOCKED_USER | constant | core/ |
The name of the event fired when a login is blocked by flood control. |
| UserFieldHooks | class | core/ |
Field and Field UI hook implementations for User module. |
| UserFieldHooks.php | file | core/ |
|
| UserFieldHooks::preConfiguredDescription | function | core/ |
Implements hook_field_ui_preconfigured_options_alter(). |
| UserFieldHooks::__construct | function | core/ |
|
| UserFieldsAccessChangeTest | class | core/ |
Checks changing entity and field access. |
| UserFieldsAccessChangeTest.php | file | core/ |
|
| UserFieldsAccessChangeTest::$defaultTheme | property | core/ |
|
| UserFieldsAccessChangeTest::$modules | property | core/ |
|
| UserFieldsAccessChangeTest::$testViews | property | core/ |
Views used by this test. |
| UserFieldsAccessChangeTest::testUserFieldAccess | function | core/ |
Tests if another module can change field access. |
| UserFieldsAccessChangeTest::testUserNameLink | function | core/ |
Test user name link. |
| UserFieldsTest | class | core/ |
Tests available user fields in twig. |
| UserFieldsTest.php | file | core/ |
|
| UserFieldsTest::$modules | property | core/ |
|
| UserFieldsTest::setUp | function | core/ |
|
| UserFieldsTest::testUserFields | function | core/ |
Tests account's available fields. |
| UserFieldValueTest | class | core/ |
Tests fast scalar field access on the user entity. |
| UserFieldValueTest.php | file | core/ |
|
| UserFieldValueTest::$modules | property | core/ |
|
| UserFieldValueTest::createUserEntity | function | core/ |
Creates and saves a user entity for field-value tests. |
| UserFieldValueTest::setUp | function | core/ |
|
| UserFieldValueTest::testFastPathFallsBackToInitializedFieldObjects | function | core/ |
Tests that the fast path falls back to initialized field objects. |
| UserFieldValueTest::testFastPathHandlesMissingRawValues | function | core/ |
Tests that missing raw values still match the regular field API. |
| UserFieldValueTest::testFastPathMatchesTypedDataOnLoadedEntity | function | core/ |
Tests that fast scalar access matches typed data without field init. |
| UserFieldValueTest::testMemoryProfile | function | core/ |
Profiles memory usage of getFieldValue() vs typed data field access. |
| UserFloodControl | class | core/ |
User Flood Control service. |
| UserFloodControl.php | file | core/ |
|
| UserFloodControl::$eventDispatcher | property | core/ |
Event dispatcher. |
| UserFloodControl::$flood | property | core/ |
The decorated flood service. |
| UserFloodControl::$requestStack | property | core/ |
The request stack. |
| UserFloodControl::clear | function | core/ |
|
| UserFloodControl::garbageCollection | function | core/ |
|
| UserFloodControl::isAllowed | function | core/ |
|
| UserFloodControl::register | function | core/ |
|
| UserFloodControl::__construct | function | core/ |
Construct the UserFloodControl. |
Pagination
- Previous page
- Page 1742
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.