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
EditorLoadingTest::getThingsToCheck function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::setUp function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::testLoading function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Test supported element types.
EditorUploadImageScaleTest class core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Tests scaling of inline images.
EditorUploadImageScaleTest.php file core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php
EditorUploadImageScaleTest::$adminUser property core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php A user with permission as administer for testing.
EditorUploadImageScaleTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php The theme to install as the default for testing.
EditorUploadImageScaleTest::$modules property core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Modules to enable.
EditorUploadImageScaleTest::assertSavedMaxDimensions function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Asserts whether the saved maximum dimensions equal the ones provided.
EditorUploadImageScaleTest::getTestImageInfo function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Gets the dimensions of an uploaded image.
EditorUploadImageScaleTest::setMaxDimensions function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Sets the maximum dimensions and saves the configuration.
EditorUploadImageScaleTest::setUp function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php
EditorUploadImageScaleTest::testEditorUploadImageScale function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Tests scaling of inline images.
EditorUploadImageScaleTest::uploadImage function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Uploads an image via the editor dialog.
editor_file_download function core/modules/editor/editor.module Implements hook_file_download().
editor_image_upload_settings_form function core/modules/editor/editor.admin.inc Subform constructor to configure the text editor's image upload settings.
editor_load function core/modules/editor/editor.module Loads an individual configured text editor based on text format ID.
EntityApiTest::testLoadMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that the Entity storage loads the entities in the correct order.
EntityBase::load function core/lib/Drupal/Core/Entity/EntityBase.php Loads an entity.
EntityBase::loadMultiple function core/lib/Drupal/Core/Entity/EntityBase.php Loads one or more entities.
EntityBase::postLoad function core/lib/Drupal/Core/Entity/EntityBase.php Acts on loaded entities.
EntityContentBaseTest::testImportEntityLoadFailure function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Test row skipping when we can't get an entity to save.
EntityController::loadBundleDescriptions function core/lib/Drupal/Core/Entity/Controller/EntityController.php Expands the bundle information with descriptions, if known.
EntityConverter::loadRevision function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Loads the specified entity revision.
EntityConverterTest::testDeprecatedLoadRevision function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests that ::loadRevision() is deprecated.
EntityDisplayModeListBuilder::load function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Loads entities of this type from storage for listing.
EntityFormTest::loadEntityByName function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Loads a test entity by name always resetting the storage cache.
EntityInterface::load function core/lib/Drupal/Core/Entity/EntityInterface.php Loads an entity.
EntityInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityInterface.php Loads one or more entities.
EntityInterface::postLoad function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on loaded entities.
EntityKernelTestBase::reloadEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Reloads the given entity from the storage and returns it.
EntityLabel::$loadedReferencers property core/modules/views/src/Plugin/views/field/EntityLabel.php Array of entities that reference to file.
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
EntityListBuilder::load function core/lib/Drupal/Core/Entity/EntityListBuilder.php Loads entities of this type from storage for listing.
EntityListBuilderInterface::load function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Loads entities of this type from storage for listing.
EntityLoadByUuidTest class core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Tests loading entities by UUID.
EntityLoadByUuidTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Modules to enable.
EntityLoadByUuidTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Ensures that ::loadEntityByUuid() doesn't apply access checking.
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.
EntityOperations::entityPreload function core/modules/workspaces/src/EntityOperations.php Acts on entity IDs before they are loaded.
EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php Tests the multiple target entities loader.
EntityReferenceFieldTest::testTargetEntityNoLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php Tests that the target entity is not unnecessarily loaded.
EntityReferenceFileUploadTest class core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php Tests an autocomplete widget with file upload.
EntityReferenceFileUploadTest.php file core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php

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