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 10.3.x for load
  5. Other projects
Title Object type File name Summary
PreloadableRouteProviderInterface.php file core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php
PreloadableRouteProviderInterface::preLoadRoutes function core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php Pre-load routes by their names using the provided list of names.
ProceduralCall::loadFile function core/lib/Drupal/Core/Extension/ProceduralCall.php Loads the file a function lives in, if any.
ProjectRelease::$downloadUrl property core/modules/update/src/ProjectRelease.php The download URL or NULL if none is available.
ProjectRelease::getDownloadUrl function core/modules/update/src/ProjectRelease.php Gets the download URL of the release.
ProxyBuilder::buildLazyLoadItselfMethod function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the string for the method which loads the actual service.
psr17.uploaded_file_factory service core/core.services.yml GuzzleHttp\Psr7\HttpFactory
Query::loadRecords function core/lib/Drupal/Core/Config/Entity/Query/Query.php Loads the config records to examine for the query.
QueryPluginBase::loadEntities function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Loads all entities contained in the passed-in $results.
RecipeConfiguratorTest::testIncludedRecipeLoader function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests that RecipeConfigurator can load recipes.
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
Renderer::loadElementDefaults function core/lib/Drupal/Core/Render/Renderer.php Loads an element's default values based on its type.
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.
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::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 Tests Drupal\Core\Routing\RoutePreloader.
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::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.