Search for register

  1. Search 7.x for register
  2. Search 8.9.x for register
  3. Search 10.3.x for register
  4. Search 11.x for register
  5. Other projects
Title Object type File name Summary
RestRegisterUserTest.php file core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php
RestRegisterUserTest::$auth property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The authentication mechanism to use in this test.
RestRegisterUserTest::$defaultTheme property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The theme to install as the default for testing.
RestRegisterUserTest::$format property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The format to use in this test.
RestRegisterUserTest::$mimeType property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The MIME type that corresponds to $format.
RestRegisterUserTest::$modules property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Modules to install.
RestRegisterUserTest::$resourceConfigId property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestRegisterUserTest::assertNormalizationEdgeCases function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Asserts normalization-specific edge cases.
RestRegisterUserTest::createRequestBody function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Create the request body.
RestRegisterUserTest::createRequestOptions function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Helper function to generate the request body.
RestRegisterUserTest::getExpectedUnauthorizedAccessCacheability function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Returns the expected cacheability of an unauthorized access response.
RestRegisterUserTest::getExpectedUnauthorizedAccessMessage function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Return the expected error message.
RestRegisterUserTest::registerRequest function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Make a REST user registration request.
RestRegisterUserTest::registerUser function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Registers a user via REST resource.
RestRegisterUserTest::setUp function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php
RestRegisterUserTest::setUpAuthorization function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Sets up the necessary authorization.
RestRegisterUserTest::testRegisterUser function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Tests that only anonymous users can register users.
RestRegisterUserTest::TEST_EMAIL_DOMAIN constant core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php
RestRegisterUserTest::USER_EMAIL_DOMAIN constant core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php
RouteProviderTest::register function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Registers test-specific services.
RouterTestServiceProvider::register function core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php Registers services to the container.
SerializationServiceProvider::register function core/modules/serialization/src/SerializationServiceProvider.php Registers services to the container.
ServiceProviderBase::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php Registers services to the container.
ServiceProviderInterface::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Registers services to the container.
StaticDiscoveryDecorator::$registerDefinitions property core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php A callback or closure used for registering additional definitions.
StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Helper method to provide a mocked callback object with expectations.
StreamWrapperManager::register function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Registers the tagged stream wrappers.
StreamWrapperManager::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Registers stream wrapper with PHP.
StreamWrapperManager::unregister function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Unregisters the tagged stream wrappers.
StreamWrapperManagerInterface::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Registers stream wrapper with PHP.
template_preprocess_theme_test_registered_by_module function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_registered_by_module.
TestDiscovery::registerTestNamespaces function core/lib/Drupal/Core/Test/TestDiscovery.php Registers test namespaces of all extensions and core test classes.
theme-test-registered-by-module.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-registered-by-module.html.twig {# Output for Theme API test #}
Template provided by theme is registered by module.
ThemeInstallerTest::register function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Registers test-specific services.
TwigEnvironmentTest::register function core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php Registers test-specific services.
TwigIncludeTest::register function core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Registers test-specific services.
UpdateRegistry::registerInvokedUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Registers that update functions were executed.
UpdateRegistryTest::testRegisterInvokedUpdatesWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::registerInvokedUpdates
UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::registerInvokedUpdates
UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::registerInvokedUpdates
UpdateServiceProvider::register function core/lib/Drupal/Core/Update/UpdateServiceProvider.php Registers services to the container.
UserFloodControl::register function core/modules/user/src/UserFloodControl.php
UserInterface::REGISTER_ADMINISTRATORS_ONLY constant core/modules/user/src/UserInterface.php Only administrators can create user accounts.
UserInterface::REGISTER_VISITORS constant core/modules/user/src/UserInterface.php Visitors can create their own accounts.
UserInterface::REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL constant core/modules/user/src/UserInterface.php Visitors can create accounts that only become active with admin approval.
UserRegistrationResource::ensureAccountCanRegister function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Ensure the account can be registered in this request.
UserRegistrationRestTest::registerRequest function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Make a REST user registration request.
UserRegistrationRestTest::registerUser function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Registers a user via REST resource.
UserRegistrationRestTest::testRegisterUser function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Tests that only anonymous users can register users.
ViewsPluginAnnotationBase::$register_theme property core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php Whether or not to register a theme function automatically.

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