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. Search main for register
  6. Other projects
Title Object type File name Summary
RegisterEventSubscribersPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
RegisterEventSubscribersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
RegisterEventSubscribersPass::renameTag function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Renames tags in the container.
RegisterEventSubscribersPass::__construct function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Constructs a RegisterEventSubscribersPass object.
RegisterForm class core/modules/user/src/RegisterForm.php Form handler for the user register forms.
RegisterForm.php file core/modules/user/src/RegisterForm.php
RegisterForm::actions function core/modules/user/src/RegisterForm.php Returns an array of supported actions for the current entity form.
RegisterForm::form function core/modules/user/src/RegisterForm.php Gets the actual form array to be built.
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.

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