Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 8.9.x for source
  4. Search 10.3.x for source
  5. Other projects
Title Object type File name Summary
TrackerUserTest::providerSource function core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php The data provider.
TranslationString::isSource function core/modules/locale/src/TranslationString.php Checks whether the object is a source string.
TwigComponentLoader::getSourceContext function core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigEnvironment::compileSource function core/lib/Drupal/Core/Template/TwigEnvironment.php
update.source.schema.yml file core/modules/update/config/schema/update.source.schema.yml core/modules/update/config/schema/update.source.schema.yml
Updater::$source property core/lib/Drupal/Core/Updater/Updater.php Directory to install from.
Upgrade6Test::getSourceBasePath function core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php Gets the source base path for the concrete test.
Upgrade6Test::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the source base path for the concrete test.
Upgrade7Test::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets the source base path for the concrete test.
Upgrade7Test::getSourceBasePath function core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php Gets the source base path for the concrete test.
UpgradeTest::getSourceBasePath function core/modules/statistics/tests/src/Functional/migrate_drupal/d6/UpgradeTest.php Gets the source base path for the concrete test.
UpgradeTest::getSourceBasePath function core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php Gets the source base path for the concrete test.
UploadInstanceTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php Provides source data for ::testSource.
UploadTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php Provides source data for ::testSource.
UrlAliasTest::providerSource function core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php Provides source data for ::testSource.
UrlAliasTest::providerSource function core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php Provides source data for ::testSource.
UrlResolver::$resourceFetcher property core/modules/media/src/OEmbed/UrlResolver.php The OEmbed resource fetcher service.
UrlResolver::discoverResourceUrl function core/modules/media/src/OEmbed/UrlResolver.php Runs oEmbed discovery and returns the endpoint URL if successful.
UrlResolver::getResourceUrl function core/modules/media/src/OEmbed/UrlResolver.php Builds the resource URL for a media asset URL.
UrlResolver::getResourceUrl function core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php Builds the resource URL for a media asset URL.
UrlResolverInterface::getResourceUrl function core/modules/media/src/OEmbed/UrlResolverInterface.php Builds the resource URL for a media asset URL.
UrlResolverTest::testResourceUrlAlterHook function core/modules/media/tests/src/Functional/UrlResolverTest.php Tests that hook_oembed_resource_url_alter() is invoked.
UserEntityTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Provides source data for ::testSource.
UserPictureFileTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Provides source data for ::testSource.
UserPictureInstanceTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Provides source data for ::testSource.
UserPictureTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Provides source data for ::testSource.
UserRegistrationResource class core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Represents user registration as a resource.
UserRegistrationResource.php file core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php
UserRegistrationResource::create function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Creates an instance of the plugin.
UserRegistrationResource::ensureAccountCanRegister function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Ensure the account can be registered in this request.
UserRegistrationResource::post function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Responds to user registration POST request.
UserRegistrationResource::sendEmailNotifications function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Sends email notifications if necessary for user that was registered.
UserRegistrationResource::__construct function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Constructs a new UserRegistrationResource instance.
UserRegistrationResourceTest class core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests User Registration REST resource.
UserRegistrationResourceTest.php file core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::$currentUser property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The current user.
UserRegistrationResourceTest::$logger property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Logger service.
UserRegistrationResourceTest::$passwordGenerator property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The password generator.
UserRegistrationResourceTest::$reflection property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A reflection of self::$testClass.
UserRegistrationResourceTest::$testClass property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Class to be tested.
UserRegistrationResourceTest::$userSettings property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A user settings config instance.
UserRegistrationResourceTest::ERROR_MESSAGE constant core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::setUp function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::testEmptyPost function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests that an exception is thrown when no data provided for the account.
UserRegistrationResourceTest::testExistedEntityPost function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests that only new user accounts can be registered.
UserRegistrationResourceTest::testRegistrationAdminOnlyPost function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests that admin permissions are required to register a user account.
UserRegistrationResourceTest::testRegistrationAnonymousOnlyPost function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests that only anonymous users can register users.
UserRegistrationRestTest::$resourceConfigId property core/modules/user/tests/src/Functional/UserRegistrationRestTest.php The REST Resource Config entity ID under test (i.e. a resource type).
UserResourceTestBase class core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Resource test base for the user entity.
UserResourceTestBase.php file core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php

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