Search for register

  1. Search 7.x for register
  2. Search 9.5.x for register
  3. Search 8.9.x for register
  4. Search 10.3.x for register
  5. Other projects
Title Object type File name Summary
RegisterForm::save function core/modules/user/src/RegisterForm.php Form submission handler for the 'save' action.
RegisterForm::submitForm function core/modules/user/src/RegisterForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
RegisterSerializationClassesCompilerPass class core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php Adds services tagged JSON:API-only normalizers to the Serializer.
RegisterSerializationClassesCompilerPass class core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php Adds services tagged 'normalizer' and 'encoder' to the Serializer.
RegisterSerializationClassesCompilerPass.php file core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass.php file core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass::FORMAT constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The ID for the JSON:API format.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ENCODER_TAG constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service tag that only JSON:API encoders should use.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ID constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service ID.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_NORMALIZER_TAG constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service tag that only JSON:API normalizers should use.
RegisterSerializationClassesCompilerPass::process function core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php Adds services to the JSON:API Serializer.
RegisterSerializationClassesCompilerPass::process function core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass::sort function core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php Sorts by priority.
RegisterSerializationClassesCompilerPassTest class core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php Tests Drupal\serialization\RegisterSerializationClassesCompilerPass.
RegisterSerializationClassesCompilerPassTest.php file core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php
RegisterSerializationClassesCompilerPassTest::testEncoders function core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php Tests encoders.
RegisterServicesForDestructionPass class core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php Adds services to the "kernel.destructable_services" container parameter.
RegisterServicesForDestructionPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php
RegisterServicesForDestructionPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php
RegisterStreamWrappersPass class core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php Adds services tagged 'stream_wrapper' to the stream_wrapper_manager service.
RegisterStreamWrappersPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
RegisterStreamWrappersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
RegistryTest::testThemeTemplatesRegisteredByModules function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests theme-provided templates that are registered by modules.
remove-description-from-user-register-form-mode.php file core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php Empties the description of the user register form mode.
RouterTestServiceProvider::register function core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php Registers services to the container.
RsyncValidatorTest::register function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php Registers test-specific services.
SandboxManagerBaseTest::register function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Registers test-specific services.
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.
ServiceProviderTest::register function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Registers test-specific services.
SiteConfigurationExcluderTest::register function core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php Registers test-specific services.
SmartDefaultSettingsTest::register function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Registers test-specific services.
SqliteDatabaseExcluderTest::register function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Registers test-specific services.
StageCommitExceptionTest::register function core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Registers test-specific services.
StageConflictTest::register function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Registers test-specific services.
StageEventsTest::register function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Registers test-specific services.
StageLoggedOnErrorTest::register function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Registers test-specific services.
State::registerKeySetDuringRequest function core/lib/Drupal/Core/State/State.php Registers a key that was set during the request.
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.
StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Function used in the mocking process of this test.
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 Deregisters 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.
ThemeHookCollectorPass::registerHookServices function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Registers the hook implementation services.

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