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
SaveUploadTest::testNormal function core/modules/file/tests/src/Functional/SaveUploadTest.php Test the file_save_upload() function.
SaveUploadTest::testNoUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Test for no failures when not uploading a file.
ScaffoldTest::assertAutoloadFileCorrect function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Assert that the autoload file was scaffolded and contains correct path.
SectionStorageManager::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with the provided contexts applied.
SectionStorageManager::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with no associated section list.
SectionStorageManager::loadFromRoute function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage populated with a section list derived from a route.
SectionStorageManager::loadFromStorageId function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage populated with an existing section list.
SectionStorageManagerInterface::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with the provided contexts applied.
SectionStorageManagerInterface::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with no associated section list.
SectionStorageManagerInterface::loadFromRoute function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage populated with a section list derived from a route.
SectionStorageManagerInterface::loadFromStorageId function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage populated with an existing section list.
SectionStorageManagerTest::testLoad function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load
SectionStorageManagerTest::testLoadEmpty function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadEmpty
SectionStorageManagerTest::testLoadFromRoute function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadFromRoute
SectionStorageManagerTest::testLoadFromRouteNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadFromRoute
SectionStorageManagerTest::testLoadFromStorageId function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadFromStorageId
SectionStorageManagerTest::testLoadNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load
ServerCommand::$classLoader property core/lib/Drupal/Core/Command/ServerCommand.php The class loader.
seven_form_media_library_add_form_upload_alter function core/themes/seven/seven.theme Implements hook_form_FORM_ID_alter().
SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
simpletest_classloader_register function core/modules/simpletest/simpletest.module Registers test namespaces of all extensions and core test classes.
Sql::loadEntities function core/modules/views/src/Plugin/views/query/Sql.php Loads all entities contained in the passed-in $results.
.
If the entity belongs to the base table, then it gets stored in
$result->_entity. Otherwise, it gets stored in
$result->_relationship_entities[$relationship_id];
SqlContentEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Performs storage-specific loading of entities.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::doLoadRevisionFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::loadFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Loads values of fields stored in dedicated tables for a group of entities.
SqlContentEntityStorage::loadFromSharedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Loads values for fields stored in the shared data tables.
SqlContentEntityStorageSchema::loadEntitySchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Loads stored schema data for the given entity type definition.
SqlContentEntityStorageSchema::loadFieldSchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Loads stored schema data for the given field storage definition.
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
@covers ::setPersistentCache
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
@covers ::setPersistentCache
SqlContentEntityStorageTestEntityInterface::postLoad function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Acts on loaded entities.
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 enable.
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
SqlTest::testLoadEntitiesWithEmptyResult function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithNonEntityRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithRelationshipAndRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithRevisionOfSameEntityType function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
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.

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