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
KernelTestBaseTest::testRegister function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::register[[api-linebreak]]
LanguageServiceProvider::register function core/modules/language/src/LanguageServiceProvider.php Registers services to the container.
LayoutBuilderServiceProvider::register function core/modules/layout_builder/src/LayoutBuilderServiceProvider.php Registers services to the container.
LinkRelationType::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the registered link relation type name.
LinkRelationType::isRegistered function core/lib/Drupal/Core/Http/LinkRelationType.php Indicates whether this link relation type is of the 'registered' kind.
LinkRelationTypeInterface::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the registered link relation type name.
LinkRelationTypeInterface::isRegistered function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Indicates whether this link relation type is of the 'registered' kind.
LocaleConfigSubscriberForeignTest::register function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Registers test-specific services.
LockFileValidatorTest::register function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Registers test-specific services.
MediaLibraryServiceProvider::register function core/modules/media_library/src/MediaLibraryServiceProvider.php Registers services to the container.
MemoryBackend::register function core/lib/Drupal/Core/Flood/MemoryBackend.php Registers an event for the current visitor to the flood control mechanism.
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.
MimeTypeGuesser::registerWithSymfonyGuesser function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
ModuleInstallerTest::register function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Registers test-specific services.
ModuleTestServiceProvider::register function core/modules/system/tests/modules/module_test/src/ModuleTestServiceProvider.php Registers services to the container.
MysqlServiceProvider::register function core/modules/mysql/src/MysqlServiceProvider.php Registers services to the container.
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.
PackageManagerKernelTestBase::register function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Registers test-specific services.
PackageManagerKernelTestBase::registerPostUpdateFunctions function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Marks all pending post-update functions as completed.
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.

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