Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
UserEntityTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Modules to install.
UserEntityTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Provides source data for ::testSource.
UserEvents class core/modules/user/src/Event/UserEvents.php Defines events for the user module.
UserEvents.php file core/modules/user/src/Event/UserEvents.php
UserEvents::FLOOD_BLOCKED_IP constant core/modules/user/src/Event/UserEvents.php The name of the event fired when a login is blocked by flood control.
UserEvents::FLOOD_BLOCKED_USER constant core/modules/user/src/Event/UserEvents.php The name of the event fired when a login is blocked by flood control.
UserFieldHooks class core/modules/user/src/Hook/UserFieldHooks.php Field and Field UI hook implementations for User module.
UserFieldHooks.php file core/modules/user/src/Hook/UserFieldHooks.php
UserFieldHooks::preConfiguredDescription function core/modules/user/src/Hook/UserFieldHooks.php Implements hook_field_ui_preconfigured_options_alter().
UserFieldHooks::__construct function core/modules/user/src/Hook/UserFieldHooks.php
UserFieldsAccessChangeTest class core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Checks changing entity and field access.
UserFieldsAccessChangeTest.php file core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
UserFieldsAccessChangeTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php The theme to install as the default for testing.
UserFieldsAccessChangeTest::$modules property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Modules to install.
UserFieldsAccessChangeTest::$testViews property core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Views used by this test.
UserFieldsAccessChangeTest::testUserFieldAccess function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Tests if another module can change field access.
UserFieldsAccessChangeTest::testUserNameLink function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Test user name link.
UserFieldsTest class core/modules/user/tests/src/Kernel/UserFieldsTest.php Tests available user fields in twig.
UserFieldsTest.php file core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserFieldsTest::$modules property core/modules/user/tests/src/Kernel/UserFieldsTest.php Modules to install.
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.
UserFieldValueTest class core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests fast scalar field access on the user entity.
UserFieldValueTest.php file core/modules/user/tests/src/Kernel/UserFieldValueTest.php
UserFieldValueTest::$modules property core/modules/user/tests/src/Kernel/UserFieldValueTest.php Modules to install.
UserFieldValueTest::createUserEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Creates and saves a user entity for field-value tests.
UserFieldValueTest::setUp function core/modules/user/tests/src/Kernel/UserFieldValueTest.php
UserFieldValueTest::testFastPathFallsBackToInitializedFieldObjects function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that the fast path falls back to initialized field objects.
UserFieldValueTest::testFastPathHandlesMissingRawValues function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that missing raw values still match the regular field API.
UserFieldValueTest::testFastPathMatchesTypedDataOnLoadedEntity function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Tests that fast scalar access matches typed data without field init.
UserFieldValueTest::testMemoryProfile function core/modules/user/tests/src/Kernel/UserFieldValueTest.php Profiles memory usage of getFieldValue() vs typed data field access.
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.

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