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 11.x for end
  5. Other projects
Title Object type File name Summary
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.
Url::renderAccess function core/lib/Drupal/Core/Url.php Checks a URL render element against applicable access check services.
Url::toRenderArray function core/lib/Drupal/Core/Url.php Returns the route information for a render array.
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'.
UrlTest::testRenderAccess function core/tests/Drupal/Tests/Core/UrlTest.php Tests the renderAccess() method.
UrlTest::testToRenderArray function core/tests/Drupal/Tests/Core/UrlTest.php Tests deprecation of toRenderArray() method.
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.
UserLazyBuilder::renderNavigationLinks function core/modules/navigation/src/UserLazyBuilder.php Lazy builder callback for rendering navigation links.
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 #lazy_builder 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.
UserNameConstraint::$spaceEndMessage property core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php
UserNameFormatterTest::renderEntityFields function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Renders fields of a given entity with a given display.
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.
VariationCacheTest::$memoryBackend property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The backend used by the variation cache.
VariationCacheTest::assertCacheBackendItem function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Asserts that an item was properly stored in the cache backend.
VendorHardeningPlugin class composer/Plugin/VendorHardening/VendorHardeningPlugin.php A Composer plugin to clean out your project's vendor directory.
VendorHardeningPlugin.php file composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::$composer property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Composer object.
VendorHardeningPlugin::$config property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Configuration.
VendorHardeningPlugin::$io property composer/Plugin/VendorHardening/VendorHardeningPlugin.php IO object.
VendorHardeningPlugin::$packagesAlreadyCleaned property composer/Plugin/VendorHardening/VendorHardeningPlugin.php List of projects already cleaned.
VendorHardeningPlugin::activate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::cleanAllPackages function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean all configured packages.
VendorHardeningPlugin::cleanPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean a single package.

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