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
PhpUnitAutoloaderTest class core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Tests that classes are correctly loaded during PHPUnit initialization.
PhpUnitAutoloaderTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php
PhpUnitAutoloaderTest::testPhpUnitTestClassesLoading function core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Tests loading of classes provided by test sub modules.
PirateDayCacheabilityMetadataConfigOverride::loadOverrides function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
PluralFormula::loadFormulae function core/modules/locale/src/PluralFormula.php Loads the formulae and stores them on the PluralFormula object if not set.
PoDatabaseReader::loadStrings function core/modules/locale/src/PoDatabaseReader.php Builds and executes a database query based on options set earlier.
preload.twig file core/themes/olivero/templates/includes/preload.twig Preload the non-bold & non-italic fonts for the headings and the body copy.
PreloadableRouteProviderInterface interface core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php Extends the router provider interface to pre-load routes.
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.
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
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.
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 @coversDefaultClass \Drupal\Core\Routing\RoutePreloader
@group Routing
RoutePreloaderTest.php file core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php

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