Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| UserHelpersTest | class | core/ |
Tests User related helper methods of BrowserTestBase. |
| UserHelpersTest.php | file | core/ |
|
| UserHelpersTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UserHelpersTest::testDrupalUserIsLoggedIn | function | core/ |
Tests BrowserTestBase::drupalUserIsLoggedIn(). |
| UserInstallTest | class | core/ |
Tests user_install(). |
| UserInstallTest.php | file | core/ |
|
| UserInstallTest::$modules | property | core/ |
Modules to install. |
| UserInstallTest::setUp | function | core/ |
|
| UserInstallTest::testUserInstall | function | core/ |
Tests that the initial users have correct values. |
| UserInterface | interface | core/ |
Provides an interface defining a user entity. |
| UserInterface.php | file | core/ |
|
| UserInterface::activate | function | core/ |
Activates the user. |
| UserInterface::addRole | function | core/ |
Add a role to a user. |
| UserInterface::block | function | core/ |
Blocks the user. |
Pagination
- Previous page
- Page 1399
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.