Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserFieldsTest.php | file | core/ |
|
| UserFieldsTest::$modules | property | core/ |
Modules to enable. |
| UserFieldsTest::setUp | function | core/ |
|
| UserFieldsTest::testUserFields | function | core/ |
Tests account's available fields. |
| 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. |
| UserFloodEvent::$window | property | core/ |
Flood event window. |
| UserFloodEvent::getIdentifier | function | core/ |
Gets the identifier of the user flood event object. |
| UserFloodEvent::getIp | function | core/ |
Gets the IP of the user flood event object. |
| UserFloodEvent::getName | function | core/ |
Gets the name of the user flood event object. |
| UserFloodEvent::getThreshold | function | core/ |
Gets the threshold for the user flood event object. |
| UserFloodEvent::getUid | function | core/ |
Gets the uid of the user flood event object. |
| UserFloodEvent::getWindow | function | core/ |
Gets the window for the user flood event object. |
| UserFloodEvent::hasIp | function | core/ |
Is the user flood event associated with an IP? |
| UserFloodEvent::hasUid | function | core/ |
Is the user flood event associated with a uid? |
| UserFloodEvent::__construct | function | core/ |
Constructs a user flood event object. |
| UserFloodSubscriber | class | core/ |
Logs details of User Flood Control events. |
| UserFloodSubscriber.php | file | core/ |
|
| UserFloodSubscriber::$logger | property | core/ |
The default logger service. |
| UserFloodSubscriber::blockedIp | function | core/ |
An attempt to login has been blocked based on IP. |
| UserFloodSubscriber::blockedUser | function | core/ |
An attempt to login has been blocked based on user name. |
| UserFloodSubscriber::getSubscribedEvents | function | core/ |
|
| UserFloodSubscriber::__construct | function | core/ |
Constructs a UserFloodSubscriber. |
| UserHalJsonAnonTest | class | core/ |
@group hal @group legacy |
| UserHalJsonAnonTest.php | file | core/ |
|
| UserHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UserHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| UserHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| UserHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
| UserHalJsonAnonTest::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| UserHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| UserHalJsonBasicAuthTest | class | core/ |
@group hal @group legacy |
| UserHalJsonBasicAuthTest.php | file | core/ |
Pagination
- Previous page
- Page 1360
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.