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
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cache miss.
SqlEntityLoadingTest class core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests the loading of entities and entity revisions.
SqlEntityLoadingTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::$modules property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Modules to install.
SqlEntityLoadingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Views to be enabled.
SqlEntityLoadingTest::setUp function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests entity loading with a non-default pending revision in Views.
SqlTest::testLoadEntitiesWithEmptyResult function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with empty result.
SqlTest::testLoadEntitiesWithNonEntityRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with non entity relationship.
SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with no relationship and no revision.
SqlTest::testLoadEntitiesWithRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with relationship.
SqlTest::testLoadEntitiesWithRelationshipAndRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with relationship and revision.
SqlTest::testLoadEntitiesWithRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with revision.
SqlTest::testLoadEntitiesWithRevisionOfSameEntityType function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with revision of same entity type.
StaticMenuLinkOverrides::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverrides::loadOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Loads any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverrides::reload function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Reloads the overrides from config.
StaticMenuLinkOverridesInterface::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::loadOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::reload function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Reloads the overrides from config.
StaticMenuLinkOverridesTest::providerTestLoadOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Provides test data for testLoadOverride.
StaticMenuLinkOverridesTest::testLoadMultipleOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadMultipleOverrides method.
StaticMenuLinkOverridesTest::testLoadOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadOverride method.
StaticMenuLinkOverridesTest::testReload function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the reload method.
StreamFileUploaderTest class core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php Tests the stream file uploader.
StreamFileUploaderTest.php file core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php
StreamFileUploaderTest::$modules property core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php Modules to install.
StreamFileUploaderTest::testWriteStreamToFileSuccess function core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php Tests write stream to file success.
StreamFileUploaderTest::testWriteStreamToFileWithSmallerBytes function core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php Tests write stream to file with smaller bytes.
StringDatabaseStorage::dbStringLoad function core/modules/locale/src/StringDatabaseStorage.php Loads multiple string objects.
StringLoader class core/lib/Drupal/Core/Template/Loader/StringLoader.php Loads string templates, also known as inline templates.
StringLoader.php file core/lib/Drupal/Core/Template/Loader/StringLoader.php
StringLoader::exists function core/lib/Drupal/Core/Template/Loader/StringLoader.php
StringLoader::getCacheKey function core/lib/Drupal/Core/Template/Loader/StringLoader.php
StringLoader::getSourceContext function core/lib/Drupal/Core/Template/Loader/StringLoader.php
StringLoader::isFresh function core/lib/Drupal/Core/Template/Loader/StringLoader.php
StubEntityStorageBase::doLoadMultiple function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific loading of entities.
StubRevisionableEntity::getLoadedRevisionId function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Gets the loaded Revision ID of the entity.
StubRevisionableEntity::updateLoadedRevisionId function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Updates the loaded Revision ID with the revision ID.
SvgExtractor::loadIcon function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/SvgExtractor.php Load an icon object.
SvgExtractorTest::providerLoadIconSvg function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Data provider for ::testLoadIconSvg().
SvgExtractorTest::testLoadIconSvg function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::loadIcon() method.
SvgExtractorTest::testLoadIconSvgInvalid function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::loadIcon() method with invalid svg.
SystemHooks::fileDownload function core/modules/system/src/Hook/SystemHooks.php Implements hook_file_download().
TaxonomyImageTest::testTaxonomyImageUpload function core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Tests that a file can be uploaded before the taxonomy term has a name.
TaxonomyTermPagerTest::testTaxonomyTermOverviewTermLoad function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Tests that overview page only loads the necessary terms.
TaxonomyTestHooks::taxonomyTermLoad function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_ENTITY_TYPE_load() for the taxonomy term.
template_preprocess_file_upload_help function core/modules/file/file.module Prepares variables for file upload help text templates.
TermStorage::loadAllParents function core/modules/taxonomy/src/TermStorage.php Finds all ancestors of a given term ID.
TermStorage::loadChildren function core/modules/taxonomy/src/TermStorage.php Finds all children of a term ID.

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