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
ConfigImportUploadTest class core/modules/config/tests/src/Functional/ConfigImportUploadTest.php Tests importing configuration from an uploaded file.
ConfigImportUploadTest.php file core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
ConfigImportUploadTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php The theme to install as the default for testing.
ConfigImportUploadTest::$modules property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php Modules to install.
ConfigImportUploadTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportUploadTest.php A user with the 'import configuration' permission.
ConfigImportUploadTest::setUp function core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
ConfigImportUploadTest::testImport function core/modules/config/tests/src/Functional/ConfigImportUploadTest.php Tests importing configuration.
ConfigInstaller::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php Lazy loads the real service from the container.
ConfigManager::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManager.php Loads a configuration entity using the configuration name.
ConfigManagerInterface::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Loads a configuration entity using the configuration name.
ConfigOverride::loadOverrides function core/lib/Drupal/Core/Installer/ConfigOverride.php
ConfigOverrider::loadOverrides function core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php
ConfigOverrider::loadOverrides function core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php
ConfigOverrider::loadOverrides function core/modules/config/tests/config_override_test/src/ConfigOverrider.php
ConfigOverrider::loadOverrides function core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php
ConfigOverriderLowPriority::loadOverrides function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
ConfigTestHooksHooks::configTestLoad function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_load().
ConfigTranslationFieldListBuilder::load function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Loads entities of this type from storage for listing.
ConfigurableLanguageManager::loadLanguageTypesConfiguration function core/modules/language/src/ConfigurableLanguageManager.php Retrieves language types from the configuration storage.
config_entity_static_cache_test_config_test_load function core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module Implements hook_ENTITY_TYPE_load() for 'static_cache_test_config_test'.
config_file_download function core/modules/config/config.module Implements hook_file_download().
config_test_config_test_load function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_config_test_load().
Container::$loading property core/lib/Drupal/Component/DependencyInjection/Container.php The currently loading services.
ContentEntityBase::$loadedRevisionId property core/lib/Drupal/Core/Entity/ContentEntityBase.php The loaded revision ID before the new revision was set.
ContentEntityBase::getLoadedRevisionId function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityNullStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Performs storage-specific loading of entities.
ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Actually loads revision field item values from the storage.
ContentEntityNullStorage::load function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Loads one entity.
ContentEntityNullStorage::loadByProperties function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Load entities by their property values without any access checks.
ContentEntityNullStorage::loadMultiple function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Loads one or more entities.
ContentEntityNullStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Loads multiple entity revisions.
ContentEntityNullStorage::loadRevision function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Loads a specific entity revision.
ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Actually loads revision field item values from the storage.
ContentEntityStorageBase::invokeStorageLoadHook function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes hook_entity_storage_load().
ContentEntityStorageBase::loadMultipleRevisions function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Loads multiple entity revisions.
ContentEntityStorageBase::loadRevision function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Loads a specific entity revision.
ContentEntityStorageBase::loadUnchanged function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Loads an unchanged entity from the database.
ContentEntityStorageBase::preLoad function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Gathers entities from a 'preload' step.
ContentLanguageSettings::loadByEntityTypeBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Loads a content language config entity based on the entity type and bundle.
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Provides data to testLoadByEntityTypeBundle().
ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::loadByEntityTypeBundle
ContentModerationState::loadFromModeratedEntity function core/modules/content_moderation/src/Entity/ContentModerationState.php Loads a content moderation state entity.
ContentModerationStateTest::reloadEntity function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Reloads the entity after clearing the static cache.
ContentTranslationManager::loadContentLanguageSettings function core/modules/content_translation/src/ContentTranslationManager.php Loads a content language config entity based on the entity type and bundle.
ContentTranslationPendingRevisionTestBase::loadRevisionTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Loads the active revision translation for the specified entity.
ContentUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php Lazy loads the real service from the container.
CoreThemesAutoloadedForTests class core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php Confirms that core/themes is autoloaded for tests.
CoreThemesAutoloadedForTests.php file core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php
CoreThemesAutoloadedForTests::testCoreThemesAutoloadedForTests function core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php Confirms that core/themes is autoloaded for tests.

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