Search for register

  1. Search 7.x for register
  2. Search 9.5.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
access_check.user.register service core/modules/user/user.services.yml Drupal\user\Access\RegisterAccessCheck
BaseThemeDefaultDeprecationTest::register function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Registers test-specific services.
BrowserTestBase::registerSessions function core/tests/Drupal/Tests/BrowserTestBase.php Registers additional Mink sessions.
CacheCollectorTest::register function core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php Registers test-specific services.
ClassLoaderTest::testDrupalClassloadeRegisterDeprecation function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @expectedDeprecation drupal_classloader_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use the method ::addPsr4() of the class_loader service to register the namespace. See https://www.drupal.org/node/3035275.
ClassLoaderTest::testSystemRegisterDeprecation function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @expectedDeprecation system_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. There is no replacement for this function. To achieve the same functionality use this snippet: $path =…
ConfigOverride::register function core/lib/Drupal/Core/Installer/ConfigOverride.php Registers services to the container.
ConstraintManager::registerDefinitions function core/lib/Drupal/Core/Validation/ConstraintManager.php Callback for registering definitions for constraints shipped with Symfony.
ContainerBuilder::register function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilderTest::testRegister function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::register
ContainerBuilderTest::testRegisterException function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::register
ContentNegotiationRoutingTest::register function core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php Registers test-specific services.
core.entity_form_mode.user.register.yml file core/modules/user/config/install/core.entity_form_mode.user.register.yml core/modules/user/config/install/core.entity_form_mode.user.register.yml
CoreServiceProvider::register function core/lib/Drupal/Core/CoreServiceProvider.php Registers services to the container.
CoreServiceProvider::registerTest function core/lib/Drupal/Core/CoreServiceProvider.php Registers services and event subscribers for a site under test.
DatabaseBackend::register function core/lib/Drupal/Core/Flood/DatabaseBackend.php Registers an event for the current visitor to the flood control mechanism.
DatabaseBackendTagTest::register function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php Registers test-specific services.
DatabaseStorageExpirableTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php Registers test-specific services.
DatabaseStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php Registers test-specific services.
DbDumpTest::register function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Register a database cache backend rather than memory-based.
DefaultConfigTest::register function core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php Registers test-specific services.
DeprecatedCleanupTest::register function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Registers test-specific services.
DeprecationListenerTrait::registerErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Registers an error handler that wraps Symfony's DeprecationErrorHandler.
drupal_classloader_register function core/includes/bootstrap.inc Registers an additional namespace.
drupal_register_shutdown_function function core/includes/bootstrap.inc Registers a function for execution on shutdown.
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Registers test-specific services.
EntityReferenceSettingsTest::register function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Registers test-specific services.
EntityUrlTest::registerBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Registers bundle information for the mock entity type.
EntityUrlTest::registerLinkTemplate function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Registers a link template for the mock entity.
FakeAutoloader::register function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Registers this instance as an autoloader.
FakeAutoloader::unregister function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Unregisters this instance as an autoloader.
FileTestBase::register function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Registers test-specific services.
FilterCaptionTwigDebugTest::register function core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php Registers test-specific services.
FloodInterface::register function core/lib/Drupal/Core/Flood/FloodInterface.php Registers an event for the current visitor to the flood control mechanism.
form_test_form_user_register_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
form_test_user_register_form_rebuild function core/modules/system/tests/modules/form_test/form_test.module Submit callback that just lets the form rebuild.
GetFilenameTest::register function core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php Registers test-specific services.
Handle::register function core/lib/Drupal/Component/Assertion/Handle.php Ensures exceptions are thrown when an assertion fails.
HelpEmptyPageTest::register function core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Registers test-specific services.
ImageStyleCustomStreamWrappersTest::register function core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php Registers test-specific services.
InstallerServiceProvider::register function core/lib/Drupal/Core/Installer/InstallerServiceProvider.php Registers services to the container.
JsonapiServiceProvider::register function core/modules/jsonapi/src/JsonapiServiceProvider.php Registers services to the container.
KernelDestructionSubscriber::registerService function core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Registers a service for destruction.
KernelTestBase::register function core/tests/Drupal/KernelTests/KernelTestBase.php Registers test-specific services.
KernelTestBase::registerStreamWrapper function core/modules/simpletest/src/KernelTestBase.php Registers a stream wrapper for this test.
KernelTestBaseTest::testRegister function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::register
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.

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