Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Other projects
Title Object type File name Summary
UpdatePathNewDependencyTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php
UpdatePathNewDependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php The theme to install as the default for testing.
UpdatePathNewDependencyTest::testUpdateNewDependency function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Tests that a module can add services that depend on new modules.
UpdateRegistry::getPendingUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Find all update functions that haven't been executed.
UpdateRegistry::getPendingUpdateInformation function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns a list of all the pending updates.
UpdateRegistryTest::testGetPendingCustomUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending custom update functions.
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions existing updates.
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions no existing updates.
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions with loaded modules but not enabled.
UpdateRegistryTest::testGetPendingUpdateInformation function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information.
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information with existing updates.
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information with removed updates.
UpdateSelectionCommand::render function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Return an array to be run through json_encode and sent to the client.
update_build_dependency_graph function core/includes/update.inc Constructs a graph which encodes the dependencies between module updates.
update_resolve_dependencies function core/includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly.
update_retrieve_dependencies function core/includes/update.inc Invokes hook_update_dependencies() in all installed modules.
update_test_1_update_dependencies function core/modules/system/tests/modules/update_test_1/update_test_1.install Implements hook_update_dependencies().
update_test_2_update_dependencies function core/modules/system/tests/modules/update_test_2/update_test_2.install Implements hook_update_dependencies().
update_test_3_update_dependencies function core/modules/system/tests/modules/update_test_3/update_test_3.install Implements hook_update_dependencies().
UriDependentTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Performs an image operation that depends on the URI of the original image.
UriDependentTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
UriDependentTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Applies an image effect to the image object.
UriDependentTestImageEffect::getUriDependentDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Make the image dimensions dependent on the image file extension.
UriDependentTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Determines the dimensions of the styled image.
Url::preRenderUrl function core/lib/Drupal/Core/Render/Element/Url.php Prepares a #type 'url' render element for input.html.twig.
Url::render function core/modules/views/src/Plugin/views/field/Url.php Renders the field.
UrlResolver::$cacheBackend property core/modules/media/src/OEmbed/UrlResolver.php The cache backend.
UrlResolver::getEndpointMatchingUrl function core/modules/media/src/OEmbed/UrlResolver.php For the given media item URL find an endpoint with schemes that match.
UrlResolver::setEndpointUrl function core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php Sets the endpoint URL for an oEmbed resource URL.
UrlResolverTest::providerEndpointMatching function core/modules/media/tests/src/Functional/UrlResolverTest.php Data provider for testEndpointMatching().
UrlResolverTest::testEndpointMatching function core/modules/media/tests/src/Functional/UrlResolverTest.php Tests resource URL resolution with a matched provider endpoint.
UrlTest::testLinkRenderArrayText function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests that link functions support render arrays as 'text'.
UseCacheBackendTrait trait core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php Provides methods to use a cache backend while respecting a 'use caches' flag.
UseCacheBackendTrait.php file core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php
UseCacheBackendTrait::$cacheBackend property core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php Cache backend instance.
UseCacheBackendTrait::$useCaches property core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php Flag whether caches should be used or skipped.
UseCacheBackendTrait::cacheGet function core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php Fetches from the cache backend, respecting the use caches flag.
UseCacheBackendTrait::cacheSet function core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php Stores data in the persistent cache, respecting the use caches flag.
User::calculateDependencies function core/modules/user/src/Plugin/views/argument_validator/User.php Calculates dependencies for the configured plugin.
UserData::render function core/modules/user/src/Plugin/views/field/UserData.php Renders the field.
UserListBuilder::render function core/modules/user/src/UserListBuilder.php Builds the entity listing as renderable array for table.html.twig.
UserLoginBlock::renderPlaceholderFormAction function core/modules/user/src/Plugin/Block/UserLoginBlock.php Render API callback: Renders a form action URL including destination.
UserLoginForm::$bareHtmlPageRenderer property core/modules/user/src/Form/UserLoginForm.php The bare HTML renderer.
UserLoginForm::$renderer property core/modules/user/src/Form/UserLoginForm.php The renderer.
UserNameFormatterTest::renderEntityFields function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Renders fields of a given entity with a given display.
UserNameThemeCacheTest::testUserNameThemeRenderCache function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Test cache metadata when rendering arrays using 'username' theme element.
UserRegistrationResource::sendEmailNotifications function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Sends email notifications if necessary for user that was registered.
UserRoleDeleteTest::testDependenciesRemoval function core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php Tests the removal of user role dependencies.
UserTest::sendDeleteRequestForUser function core/modules/jsonapi/tests/src/Functional/UserTest.php
VariantBase::calculateDependencies function core/lib/Drupal/Core/Display/VariantBase.php Calculates dependencies for the configured plugin.

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