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
EditorLoadingTest::$normalUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php A normal user with additional access to the 'filtered_html' format.
EditorLoadingTest::$privilegedUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php A privileged user with additional access to the 'full_html' format.
EditorLoadingTest::$untrustedUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php An untrusted user, with access to the 'plain_text' format.
EditorLoadingTest::getThingsToCheck function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Gets the information to check for the given field.
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 Tests supported element types.
EditorSanitizeImageUploadSettingsUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php @group Update
@group editor
EditorSanitizeImageUploadSettingsUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php
EditorSanitizeImageUploadSettingsUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php The theme to install as the default for testing.
EditorSanitizeImageUploadSettingsUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Set database dump files to be used.
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Ensure image upload settings for Text Editor config entities are corrected.
EditorValidationTest::testImageUploadSettingsAreDynamicallyRequired function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Test validation when dynamically changing image upload settings.
EditorValidationTest::testImageUploadSettingsValidation function core/modules/editor/tests/src/Kernel/EditorValidationTest.php @testWith [{"scheme": "public"}, {}]
[{"scheme": "private"}, {"image_upload.scheme": "The file storage you selected is not a visible, readable and writable stream wrapper. Possible choices: <em…
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 Tests 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.
EntityCrudHookTestHooks::blockLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for block entities.
EntityCrudHookTestHooks::commentLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for comment entities.
EntityCrudHookTestHooks::entityLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_entity_load().
EntityCrudHookTestHooks::entityPreload function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_entity_preload().
EntityCrudHookTestHooks::fileLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for file entities.
EntityCrudHookTestHooks::nodeLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for node entities.
EntityCrudHookTestHooks::taxonomyTermLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for taxonomy_term entities.
EntityCrudHookTestHooks::taxonomyVocabularyLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for taxonomy_vocabulary entities.
EntityCrudHookTestHooks::userLoad function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_load() for user entities.
EntityDisplayModeListBuilder::load function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Loads entities of this type from storage for listing.
EntityFieldManager::loadExtraFields function core/lib/Drupal/Core/Entity/EntityFieldManager.php Loads extra fields from cache, or rebuilds them.
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.
EntityLabel::$loadedReferencers property core/modules/views/src/Plugin/views/field/EntityLabel.php Array of entities that reference to file.
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 install.
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.
EntityOperations::entityPreload function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_preload().
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.

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