Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
The theme to install as the default for testing. |
| UserFieldsAccessChangeTest::$modules | property | core/ |
Modules to install. |
| 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/ |
Modules to install. |
| 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/ |
Modules to install. |
| 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/ |
Makes the flood control mechanism forget an event for the current visitor. |
| UserFloodControl::garbageCollection | function | core/ |
Cleans up expired flood events. |
| UserFloodControl::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| UserFloodControl::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
| UserFloodControl::__construct | function | core/ |
Construct the UserFloodControl. |
| UserFloodControlInterface | interface | core/ |
Defines an interface for user flood controllers. |
| UserFloodControlInterface.php | file | core/ |
|
| UserFloodEvent | class | core/ |
Provides a user flood event for event listeners. |
| UserFloodEvent.php | file | core/ |
|
| UserFloodEvent::$identifier | property | core/ |
Flood event identifier. |
| UserFloodEvent::$ip | property | core/ |
Flood event IP. |
| UserFloodEvent::$name | property | core/ |
Flood event name. |
| UserFloodEvent::$threshold | property | core/ |
Flood event threshold. |
| UserFloodEvent::$uid | property | core/ |
Flood event uid. |
Pagination
- Previous page
- Page 1525
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.