Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UserFieldsTest.php file core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserFieldsTest::$modules property core/modules/user/tests/src/Kernel/UserFieldsTest.php Modules to enable.
UserFieldsTest::setUp function core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserFieldsTest::testUserFields function core/modules/user/tests/src/Kernel/UserFieldsTest.php Tests account's available fields.
UserFloodControl class core/modules/user/src/UserFloodControl.php User Flood Control service.
UserFloodControl.php file core/modules/user/src/UserFloodControl.php
UserFloodControl::$eventDispatcher property core/modules/user/src/UserFloodControl.php Event dispatcher.
UserFloodControl::$flood property core/modules/user/src/UserFloodControl.php The decorated flood service.
UserFloodControl::$requestStack property core/modules/user/src/UserFloodControl.php The request stack.
UserFloodControl::clear function core/modules/user/src/UserFloodControl.php Makes the flood control mechanism forget an event for the current visitor.
UserFloodControl::garbageCollection function core/modules/user/src/UserFloodControl.php Cleans up expired flood events.
UserFloodControl::isAllowed function core/modules/user/src/UserFloodControl.php Checks whether a user is allowed to proceed with the specified event.
UserFloodControl::register function core/modules/user/src/UserFloodControl.php Registers an event for the current visitor to the flood control mechanism.
UserFloodControl::__construct function core/modules/user/src/UserFloodControl.php Construct the UserFloodControl.
UserFloodControlInterface interface core/modules/user/src/UserFloodControlInterface.php Defines an interface for user flood controllers.
UserFloodControlInterface.php file core/modules/user/src/UserFloodControlInterface.php
UserFloodEvent class core/modules/user/src/Event/UserFloodEvent.php Provides a user flood event for event listeners.
UserFloodEvent.php file core/modules/user/src/Event/UserFloodEvent.php
UserFloodEvent::$identifier property core/modules/user/src/Event/UserFloodEvent.php Flood event identifier.
UserFloodEvent::$ip property core/modules/user/src/Event/UserFloodEvent.php Flood event IP.
UserFloodEvent::$name property core/modules/user/src/Event/UserFloodEvent.php Flood event name.
UserFloodEvent::$threshold property core/modules/user/src/Event/UserFloodEvent.php Flood event threshold.
UserFloodEvent::$uid property core/modules/user/src/Event/UserFloodEvent.php Flood event uid.
UserFloodEvent::$window property core/modules/user/src/Event/UserFloodEvent.php Flood event window.
UserFloodEvent::getIdentifier function core/modules/user/src/Event/UserFloodEvent.php Gets the identifier of the user flood event object.
UserFloodEvent::getIp function core/modules/user/src/Event/UserFloodEvent.php Gets the IP of the user flood event object.
UserFloodEvent::getName function core/modules/user/src/Event/UserFloodEvent.php Gets the name of the user flood event object.
UserFloodEvent::getThreshold function core/modules/user/src/Event/UserFloodEvent.php Gets the threshold for the user flood event object.
UserFloodEvent::getUid function core/modules/user/src/Event/UserFloodEvent.php Gets the uid of the user flood event object.
UserFloodEvent::getWindow function core/modules/user/src/Event/UserFloodEvent.php Gets the window for the user flood event object.
UserFloodEvent::hasIp function core/modules/user/src/Event/UserFloodEvent.php Is the user flood event associated with an IP?
UserFloodEvent::hasUid function core/modules/user/src/Event/UserFloodEvent.php Is the user flood event associated with a uid?
UserFloodEvent::__construct function core/modules/user/src/Event/UserFloodEvent.php Constructs a user flood event object.
UserFloodSubscriber class core/modules/user/src/EventSubscriber/UserFloodSubscriber.php Logs details of User Flood Control events.
UserFloodSubscriber.php file core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
UserFloodSubscriber::$logger property core/modules/user/src/EventSubscriber/UserFloodSubscriber.php The default logger service.
UserFloodSubscriber::blockedIp function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php An attempt to login has been blocked based on IP.
UserFloodSubscriber::blockedUser function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php An attempt to login has been blocked based on user name.
UserFloodSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
UserFloodSubscriber::__construct function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php Constructs a UserFloodSubscriber.
UserHalJsonAnonTest class core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php @group hal
@group legacy
UserHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php
UserHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php The theme to install as the default for testing.
UserHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php The format to use in this test.
UserHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php The MIME type that corresponds to $format.
UserHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php Modules to install.
UserHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php Returns the expected normalization of the entity.
UserHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php Returns the normalized POST entity.
UserHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php @group hal
@group legacy
UserHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.