Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 8.9.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
RecipeConfiguratorTest::testIncludedRecipeLoaderException function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests exception thrown when RecipeConfigurator cannot find a recipe.
RegionalForm::loadDefaultTimeZone function core/modules/system/src/Form/RegionalForm.php Prepares the saved timezone.default property to be displayed in the form.
RemoteFileSaveUploadTest class core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Tests the file uploading functions.
RemoteFileSaveUploadTest.php file core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RemoteFileSaveUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php The theme to install as the default for testing.
RemoteFileSaveUploadTest::$modules property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Modules to install.
RemoteFileSaveUploadTest::setUp function core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RequiredModuleUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php Lazy loads the real service from the container.
RequirementsTest::testUploadRequirements function core/modules/file/tests/src/Kernel/RequirementsTest.php Tests the file upload requirements.
ResourceTestBase::entityLoadUnchanged function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Loads an entity in the test container, ignoring the static cache.
ResponsiveImageLazyLoadUpdateTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Tests lazy-load upgrade path.
ResponsiveImageLazyLoadUpdateTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php
ResponsiveImageLazyLoadUpdateTest::setDatabaseDumpFiles function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Set database dump files to be used.
ResponsiveImageLazyLoadUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test responsive_image_entity_view_display_presave invokes deprecations.
ResponsiveImageLazyLoadUpdateTest::testUpdate function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test new lazy-load setting upgrade path.
responsive_image-loading-attribute.php file core/modules/responsive_image/tests/fixtures/update/responsive_image-loading-attribute.php Test lazy load update by modifying an image field form display.
responsive_image_post_update_image_loading_attribute function core/modules/responsive_image/responsive_image.post_update.php Add the image loading settings to responsive image field formatter instances.
RevisionableInterface::getLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Gets the loaded Revision ID of the entity.
RevisionableInterface::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Updates the loaded Revision ID with the revision ID.
RevisionableStorageInterface::loadMultipleRevisions function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads multiple entity revisions.
RevisionableStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads a specific entity revision.
Role::postLoad function core/modules/user/src/Entity/Role.php Acts on loaded entities.
RouteBuilder::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php Lazy loads the real service from the container.
RoutePreloader class core/lib/Drupal/Core/Routing/RoutePreloader.php Defines a class that can pre-load non-admin routes.
RoutePreloader.php file core/lib/Drupal/Core/Routing/RoutePreloader.php
RoutePreloader::$nonAdminRoutesOnRebuild property core/lib/Drupal/Core/Routing/RoutePreloader.php Contains the non-admin routes while rebuilding the routes.
RoutePreloader::$routeProvider property core/lib/Drupal/Core/Routing/RoutePreloader.php The route provider.
RoutePreloader::$state property core/lib/Drupal/Core/Routing/RoutePreloader.php The state key value store.
RoutePreloader::getSubscribedEvents function core/lib/Drupal/Core/Routing/RoutePreloader.php
RoutePreloader::isGetAndHtmlRoute function core/lib/Drupal/Core/Routing/RoutePreloader.php Determines whether the given route is a GET and HTML route.
RoutePreloader::onAlterRoutes function core/lib/Drupal/Core/Routing/RoutePreloader.php Alters existing routes for a specific collection.
RoutePreloader::onFinishedRoutes function core/lib/Drupal/Core/Routing/RoutePreloader.php Store the non admin routes in state when the route building is finished.
RoutePreloader::onRequest function core/lib/Drupal/Core/Routing/RoutePreloader.php Loads all non-admin routes right before the actual page is rendered.
RoutePreloader::__construct function core/lib/Drupal/Core/Routing/RoutePreloader.php Constructs a new RoutePreloader.
RoutePreloaderTest class core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php @coversDefaultClass \Drupal\Core\Routing\RoutePreloader
@group Routing
RoutePreloaderTest.php file core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
RoutePreloaderTest::$preloader property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The tested preloader.
RoutePreloaderTest::$routeProvider property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The mocked preloadable route provider.
RoutePreloaderTest::$state property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The mocked state.
RoutePreloaderTest::setUp function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
RoutePreloaderTest::testConstructorDeprecation function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php @group legacy
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with "admin" appearing in the path.
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with just admin routes.
RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with admin routes and non admin routes.
RoutePreloaderTest::testOnRequestNonHtml function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onRequest on a non html request.
RoutePreloaderTest::testOnRequestOnHtml function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onRequest on a html request.
RouteProvider::lazyLoadItself function core/tests/Drupal/KernelTests/RouteProvider.php Loads the real route provider from the container and rebuilds the router.
RouteProvider::preLoadRoutes function core/tests/Drupal/KernelTests/RouteProvider.php Pre-load routes by their names using the provided list of names.
RouteProvider::preLoadRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php Pre-load routes by their names using the provided list of names.
RouteProvider::ROUTE_LOAD_CID_PREFIX constant core/lib/Drupal/Core/Routing/RouteProvider.php Cache ID prefix used to load routes.

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