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. Search main for load
  6. Other projects
Title Object type File name Summary
Drupal\editor\EditorImageUploadSettings service core/modules/editor/editor.services.yml
Drupal\file\Upload\FileUploadHandler service core/modules/file/file.services.yml Alias of file.upload_handler
Drupal\file_test\EventSubscriber\DummyMimeTypeMapLoadedSubscriber service core/modules/file/tests/file_test/file_test.services.yml
drupal_load_updates function core/includes/install.inc Loads .install files for installed modules to initialize the update system.
drupal_phpunit_populate_class_loader function core/tests/bootstrap.php Populate class loader with additional namespaces for tests.
DummyMimeTypeMapLoadedSubscriber class core/modules/file/tests/file_test/src/EventSubscriber/DummyMimeTypeMapLoadedSubscriber.php Modifies the MIME type map by adding dummy mappings.
DummyMimeTypeMapLoadedSubscriber.php file core/modules/file/tests/file_test/src/EventSubscriber/DummyMimeTypeMapLoadedSubscriber.php
DummyMimeTypeMapLoadedSubscriber::getSubscribedEvents function core/modules/file/tests/file_test/src/EventSubscriber/DummyMimeTypeMapLoadedSubscriber.php
DummyMimeTypeMapLoadedSubscriber::onMimeTypeMapLoaded function core/modules/file/tests/file_test/src/EventSubscriber/DummyMimeTypeMapLoadedSubscriber.php
DummyStreamWrapperFileTest::testFileUpload function core/modules/file/tests/src/Functional/DummyStreamWrapperFileTest.php Tests that overridden cache control works.
Editor::$image_upload property core/modules/editor/src/Entity/Editor.php The structured array of image upload settings.
Editor::getImageUploadSettings function core/modules/editor/src/Entity/Editor.php Returns the image upload settings.
Editor::setImageUploadSettings function core/modules/editor/src/Entity/Editor.php Sets the image upload settings.
EditorHooks::fileDownload function core/modules/editor/src/Hook/EditorHooks.php Implements hook_file_download().
EditorImageUploadSettings class core/modules/editor/src/EditorImageUploadSettings.php Subform helper to configure the text editor's image upload settings.
EditorImageUploadSettings.php file core/modules/editor/src/EditorImageUploadSettings.php
EditorImageUploadSettings::getForm function core/modules/editor/src/EditorImageUploadSettings.php Returns the image upload settings subform render array.
EditorImageUploadSettings::__construct function core/modules/editor/src/EditorImageUploadSettings.php
EditorInterface::getImageUploadSettings function core/modules/editor/src/EditorInterface.php Returns the image upload settings.
EditorInterface::setImageUploadSettings function core/modules/editor/src/EditorInterface.php Sets the image upload settings.
EditorLoadingTest class core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests loading of text editors.
EditorLoadingTest.php file core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorLoadingTest.php The theme to install as the default for testing.
EditorLoadingTest::$modules property core/modules/editor/tests/src/Functional/EditorLoadingTest.php Modules to install.
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.
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 Tests image upload settings validation.
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::testLazyPreLoading function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Test lazy preloading.
EntityApiTest::testLazyPreLoadingAdditional function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Test lazy preloading with additional entity load calls.
EntityApiTest::testLazyPreLoadingMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Test lazy preloading.
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.
EntityCrudHookTest::blockLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for block entities.
EntityCrudHookTest::commentLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for comment entities.
EntityCrudHookTest::entityLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_load().
EntityCrudHookTest::entityPreload function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_preload().
EntityCrudHookTest::fileLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for file entities.
EntityCrudHookTest::nodeLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for node entities.

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