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
ClassLoaderTest::testClassLoadingNotInstalledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded if module not installed.
ClassLoaderTest::testMultipleModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Ensures the negative caches in the class loader don't result in crashes.
CommentedEntity::$loadedCommentedEntities property core/modules/comment/src/Plugin/views/field/CommentedEntity.php Array of entities that has comments.
CommentHooks::entityStorageLoad function core/modules/comment/src/Hook/CommentHooks.php Implements hook_entity_storage_load().
CommentStorage::loadThread function core/modules/comment/src/CommentStorage.php To display threaded comments in the correct order we keep a 'thread' field
and order by that value. This field keeps this data in
a way which is easy to update and convenient to use.
CommentStorageInterface::loadThread function core/modules/comment/src/CommentStorageInterface.php Retrieves comments for a thread, sorted in an order suitable for display.
ComplexWorkflowTypeTest::testLoadMultipleByType function core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php @covers \Drupal\workflows\Entity\Workflow::loadMultipleByType
ComponentLoader class core/lib/Drupal/Core/Template/Loader/ComponentLoader.php Lets you load templates using the component ID.
ComponentLoader.php file core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
ComponentLoader::exists function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
ComponentLoader::findTemplate function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php Finds a template in the file system based on the template name.
ComponentLoader::getCacheKey function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
ComponentLoader::getSourceContext function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
ComponentLoader::isFresh function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
ComponentLoader::__construct function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php Constructs a new ComponentLoader object.
ComponentValidatorTest::loadComponentDefinitionFromFs function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Loads a component definition from the component name.
ComponentValidatorTest::loadComponentDefinitionFromFs function core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php Loads a component definition from the component name.
Composer::preAutoloadDump function core/lib/Drupal/Core/Composer/Composer.php Add vendor classes to Composer's static classmap.
ConfigController::$fileDownloadController property core/modules/config/src/Controller/ConfigController.php The file download controller.
ConfigController::downloadExport function core/modules/config/src/Controller/ConfigController.php Downloads a tarball of the site configuration.
ConfigEntityBundleBase::loadDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Returns view or form displays for this bundle.
ConfigEntityListBuilder::load function core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php Loads entities of this type from storage for listing.
ConfigEntityStaticCacheTestHooks::configTestLoad function core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php Implements hook_ENTITY_TYPE_load() for 'static_cache_test_config_test'.
ConfigEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Performs storage-specific loading of entities.
ConfigEntityStorage::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one or more entities in their original form without overrides.
ConfigEntityStorage::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one entity in their original form without overrides.
ConfigEntityStorageInterface::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one or more entities in their original form without overrides.
ConfigEntityStorageInterface::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one entity in their original form without overrides.
ConfigEntityStorageTest::testLoad function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::load
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigFactory::doLoadMultiple function core/lib/Drupal/Core/Config/ConfigFactory.php Returns a list of configuration objects for the given names.
ConfigFactory::loadMultiple function core/lib/Drupal/Core/Config/ConfigFactory.php Returns a list of configuration objects for the given names.
ConfigFactory::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactory.php Get arbitrary overrides for the named configuration objects from modules.
ConfigFactoryInterface::loadMultiple function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Returns a list of configuration objects for the given names.
ConfigFactoryOverrideInterface::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Returns config overrides.
ConfigFormBase::loadDefaultValuesFromConfig function core/lib/Drupal/Core/Form/ConfigFormBase.php Process callback to recursively load default values from #config_target.
ConfigHooks::fileDownload function core/modules/config/src/Hook/ConfigHooks.php Implements hook_file_download().
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/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php

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