Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Search 11.x for conf
  6. Other projects
Title Object type File name Summary
user.config_translation.yml file core/modules/user/user.config_translation.yml core/modules/user/user.config_translation.yml
User::getAllowedConfigurableLanguageCodes function core/modules/user/src/Entity/User.php Defines allowed configurable language codes for AllowedValues constraints.
UserAccountFormFieldsTest::testInstallConfigureForm function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Tests the root user account form section in the "Configure site" form.
UserActionConfigSchemaTest class core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests that the config schema is valid when roles are added or removed.
UserActionConfigSchemaTest.php file core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php
UserActionConfigSchemaTest::$modules property core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Modules to install.
UserActionConfigSchemaTest::testValidUserActionConfigSchema function core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests whether the user action config schema are valid.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that the admin language is configurable only for administrators.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableWithAdminLanguageNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that admin language negotiation is configurable only if enabled.
UserAdminLanguageTest::testUserAdminLanguageConfigurationNotAvailableWithOnlyOneLanguage function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that admin language is not configurable in single language sites.
UserCancelForm::getConfirmText function core/modules/user/src/Form/UserCancelForm.php Returns a caption for the button that confirms the action.
UserConfigValidationTest class core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Tests validating user modules' configuration.
UserConfigValidationTest.php file core/modules/user/tests/src/Kernel/UserConfigValidationTest.php
UserConfigValidationTest::$modules property core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Modules to install.
UserConfigValidationTest::providerTestUserSettings function core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Data provider for testUserSettings().
UserConfigValidationTest::setUp function core/modules/user/tests/src/Kernel/UserConfigValidationTest.php
UserConfigValidationTest::testUserSettings function core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Tests invalid values in 'user.settings' config properties.
UserController::confirmCancel function core/modules/user/src/Controller/UserController.php Confirms cancelling a user account via an email link.
UserFieldHooks::preConfiguredDescription function core/modules/user/src/Hook/UserFieldHooks.php Implements hook_field_ui_preconfigured_options_alter().
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Tests if user can change their default language.
UserLogoutConfirm class core/modules/user/src/Form/UserLogoutConfirm.php Provides a confirmation form for user logout.
UserLogoutConfirm.php file core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getCancelUrl function core/modules/user/src/Form/UserLogoutConfirm.php Returns the route to go to if the user cancels the action.
UserLogoutConfirm::getConfirmText function core/modules/user/src/Form/UserLogoutConfirm.php Returns a caption for the button that confirms the action.
UserLogoutConfirm::getDescription function core/modules/user/src/Form/UserLogoutConfirm.php Returns additional text to display as a description.
UserLogoutConfirm::getFormId function core/modules/user/src/Form/UserLogoutConfirm.php Returns a unique string identifying the form.
UserLogoutConfirm::getQuestion function core/modules/user/src/Form/UserLogoutConfirm.php Returns the question to ask the user.
UserLogoutConfirm::submitForm function core/modules/user/src/Form/UserLogoutConfirm.php Form submission handler.
UserMultipleCancelConfirm class core/modules/user/src/Form/UserMultipleCancelConfirm.php Provides a confirmation form for cancelling multiple user accounts.
UserMultipleCancelConfirm.php file core/modules/user/src/Form/UserMultipleCancelConfirm.php
UserMultipleCancelConfirm::$entityTypeManager property core/modules/user/src/Form/UserMultipleCancelConfirm.php The entity type manager.
UserMultipleCancelConfirm::$tempStoreFactory property core/modules/user/src/Form/UserMultipleCancelConfirm.php The temp store factory.
UserMultipleCancelConfirm::$userStorage property core/modules/user/src/Form/UserMultipleCancelConfirm.php The user storage.
UserMultipleCancelConfirm::buildForm function core/modules/user/src/Form/UserMultipleCancelConfirm.php Form constructor.
UserMultipleCancelConfirm::create function core/modules/user/src/Form/UserMultipleCancelConfirm.php Instantiates a new instance of the implementing class using autowiring.
UserMultipleCancelConfirm::getCancelUrl function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns the route to go to if the user cancels the action.
UserMultipleCancelConfirm::getConfirmText function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns a caption for the button that confirms the action.
UserMultipleCancelConfirm::getDescription function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns additional text to display as a description.
UserMultipleCancelConfirm::getFormId function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns a unique string identifying the form.
UserMultipleCancelConfirm::getQuestion function core/modules/user/src/Form/UserMultipleCancelConfirm.php Returns the question to ask the user.
UserMultipleCancelConfirm::submitForm function core/modules/user/src/Form/UserMultipleCancelConfirm.php Form submission handler.
UserMultipleCancelConfirm::__construct function core/modules/user/src/Form/UserMultipleCancelConfirm.php Constructs a new UserMultipleCancelConfirm.
UserRegistrationRestTest::$resourceConfigId property core/modules/user/tests/src/Functional/UserRegistrationRestTest.php The REST Resource Config entity ID under test (i.e. a resource type).
UserRequirementsTest::testConflictingUserEmails function core/modules/user/tests/src/Kernel/UserRequirementsTest.php Tests that the requirements check can detect conflicting user emails.
UserRole::buildConfigurationForm function core/modules/user/src/Plugin/Condition/UserRole.php Form constructor.
UserRole::defaultConfiguration function core/modules/user/src/Plugin/Condition/UserRole.php Gets default configuration for this plugin.
UserRole::submitConfigurationForm function core/modules/user/src/Plugin/Condition/UserRole.php Form submission handler.
UserRoleEntityTest::testPermissionRevokeAndConfigSync function core/modules/user/tests/src/Kernel/UserRoleEntityTest.php Tests permission revocation during a configuration synchronization.
UserSelection::buildConfigurationForm function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Form constructor.
UserSelection::defaultConfiguration function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Gets default configuration for this plugin.

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