Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 10.3.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
AliasManager::$langcodePreloaded property core/lib/Drupal/Core/Path/AliasManager.php Whether preloaded path lookups has already been loaded.
AliasManager::$preloadedPathLookups property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of previously looked up paths for the current request path.
AliasRepository::preloadPathAlias function core/lib/Drupal/Core/Path/AliasRepository.php Pre-loads path alias information for a given list of system paths.
AliasRepositoryInterface::preloadPathAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Pre-loads path alias information for a given list of system paths.
AliasStorage::load function core/lib/Drupal/Core/Path/AliasStorage.php Fetches a specific URL alias from the database.
AliasStorage::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorage.php Pre-loads path alias information for a given list of source paths.
AliasStorageInterface::load function core/lib/Drupal/Core/Path/AliasStorageInterface.php Fetches a specific URL alias from the database.
AliasStorageInterface::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Pre-loads path alias information for a given list of source paths.
AliasWhitelist::lazyLoadCache function core/lib/Drupal/Core/Path/AliasWhitelist.php Loads the cache if not already done.
AliasWhitelist::loadMenuPathRoots function core/lib/Drupal/Core/Path/AliasWhitelist.php Loads menu path roots to prepopulate cache.
ClassLoaderTest class core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @group ClassLoader
@group legacy
@runTestsInSeparateProcesses
ClassLoaderTest.php file core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php
ClassLoaderTest::setUp function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php
ClassLoaderTest::testDrupalClassloadeRegisterDeprecation function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @expectedDeprecation drupal_classloader_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use the method ::addPsr4() of the class_loader service to register the namespace. See https://www.drupal.org/node/3035275.
ClassLoaderTest::testSystemRegisterDeprecation function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @expectedDeprecation system_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. There is no replacement for this function. To achieve the same functionality use this snippet: $path =…
EntityLegacyTest::testEntityLoadMultipleByProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php @expectedDeprecation entity_load_multiple_by_properties() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadByProperties() method. See https://www.drupal.org/node/3050910
EntityManager::loadEntityByConfigTarget function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerTest::testLoadEntityByConfigTarget function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the loadEntityByConfigTarget() method.
EntityManagerTest::testLoadEntityByUuid function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the loadEntityByUuid() method.
EntityRevisionConverterTest::testDeprecatedLoadPendingRevisionFlag function core/modules/content_moderation/tests/src/Kernel/EntityRevisionConverterTest.php @covers ::convert[[api-linebreak]]
@expectedDeprecationMessage The load_pending_revision flag has been deprecated. You should use load_latest_revision instead.
EntityUnitTestBase::reloadEntity function core/modules/system/src/Tests/Entity/EntityUnitTestBase.php Reloads the given entity from the storage and returns it.
entity_load function core/includes/entity.inc Loads an entity from the database.
entity_load_multiple function core/includes/entity.inc Loads multiple entities from the database.
entity_load_multiple_by_properties function core/includes/entity.inc Load entities by their property values.
entity_load_unchanged function core/includes/entity.inc Loads the unchanged, i.e. not modified, entity from the database.
entity_revision_load function core/includes/entity.inc Loads an entity from the database.
FileFieldTestBase::uploadNodeFile function core/modules/file/src/Tests/FileFieldTestBase.php Uploads a file to a node.
FileFieldTestBase::uploadNodeFiles function core/modules/file/src/Tests/FileFieldTestBase.php Uploads multiple files to a node.
FileModuleTest::testFileSaveUploadSingleErrorFormSize function core/modules/file/tests/src/Kernel/FileModuleTest.php Tests file size upload errors.
FileUploadHalJsonBasicAuthTest class core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php @group hal
FileUploadHalJsonBasicAuthTest.php file core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php
FileUploadHalJsonBasicAuthTest::$auth property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FileUploadHalJsonBasicAuthTest::$defaultTheme property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php The theme to install as the default for testing.
FileUploadHalJsonBasicAuthTest::$modules property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php Modules to install.
FileUploadHalJsonCookieTest class core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php @group hal
FileUploadHalJsonCookieTest.php file core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php
FileUploadHalJsonCookieTest::$auth property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php The authentication mechanism to use in this test.
FileUploadHalJsonCookieTest::$defaultTheme property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php The theme to install as the default for testing.
FileUploadHalJsonTestBase class core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php Tests binary data file upload route for HAL JSON.
FileUploadHalJsonTestBase class core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php
FileUploadHalJsonTestBase.php file core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php
FileUploadHalJsonTestBase.php file core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php
FileUploadHalJsonTestBase::$format property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php The format to use in this test.
FileUploadHalJsonTestBase::$mimeType property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php The MIME type that corresponds to $format.
FileUploadHalJsonTestBase::$modules property core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php Modules to install.
FileUploadHalJsonTestBase::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php Gets the expected file entity.
FileUploadHalJsonTestBase::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php
FrontMatter::load function core/modules/help_topics/src/FrontMatter.php Creates a new FrontMatter instance.
ImageFieldTestBase::uploadNodeImage function core/modules/image/src/Tests/ImageFieldTestBase.php Upload an image to a node.

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