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
MemoryStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Registers test-specific services.
MigratePrivateFileTest::register function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Registers test-specific services.
MigrateSqlSourceTestBase::register function core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php Registers test-specific services.
MimeTypeGuesser::registerWithSymfonyGuesser function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php A helper function to register with Symfony's singleton MIME type guesser.
NavigationServiceProvider::register function core/modules/navigation/src/NavigationServiceProvider.php Registers services to the container.
NegotiationMiddleware::registerFormat function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Registers a format for a given MIME type.
NodeServiceProvider::register function core/modules/node/src/NodeServiceProvider.php Registers services to the container.
NormalInstallerServiceProvider::register function core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php Registers services to the container.
PerformanceTestRecorder::registerService function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Registers core.performance.test.recorder service.
RecipeEventsTest::register function core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php Registers test-specific services.
RegisterAccessCheck class core/modules/user/src/Access/RegisterAccessCheck.php Access check for user registration routes.
RegisterAccessCheck.php file core/modules/user/src/Access/RegisterAccessCheck.php
RegisterAccessCheck::access function core/modules/user/src/Access/RegisterAccessCheck.php Checks access.
RegisterAccessChecksPass class core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php Adds services tagged 'access_check' to the access_manager service.
RegisterAccessChecksPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
RegisterAccessChecksPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
RegisterEntityResolversCompilerPass class core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services tagged 'entity_resolver' to the Serializer.
RegisterEntityResolversCompilerPass.php file core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
RegisterEntityResolversCompilerPass::process function core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services to the Serializer.
RegisterEntityResolversCompilerPass::sort function core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Sorts by priority.
RegisterEventSubscribersPass class core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Wraps the Symfony event subscriber pass to use different tag names.
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 @coversDefaultClass \Drupal\serialization\RegisterSerializationClassesCompilerPass
@group serialization
RegisterSerializationClassesCompilerPassTest.php file core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php
RegisterSerializationClassesCompilerPassTest::testEncoders function core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php @covers ::process
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

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