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 11.x for load
  5. Other projects
Title Object type File name Summary
FileUploadTest::testFileUploadUnicodeFilename function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload route with a unicode file name.
FileUploadTest::testFileUploadZeroByteFile function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload route with a zero byte file.
FileUploadTest::testInvalidFileUploads function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests invalid file uploads.
FileUploadTest::testPostFileUpload function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload POST route; needs second request to "use" file.
FileUploadTest::testPostFileUploadAndUseInSingleRequest function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the 'file upload and "use" file in single request" POST route.
FileUploadTest::testPostFileUploadDuplicateFile function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload POST route with a duplicate file name.
FileUploadTest::testPostFileUploadInvalidHeaders function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload POST route with invalid headers.
FileUploadTest::testRelated function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests GET of the related resource of an individual resource.
FileValidatorSettingsTrait::getFileUploadValidators function core/modules/file/src/Validation/FileValidatorSettingsTrait.php Gets the upload validators for the specified settings.
file_file_download function core/modules/file/file.module Implements hook_file_download().
file_managed_file_save_upload function core/modules/file/file.module Saves any files that have been uploaded into a managed_file element.
file_save_upload function core/modules/file/file.module Saves file uploads to a new location.
file_test_file_download function core/modules/file/tests/file_test/file_test.module Implements hook_file_download().
file_test_file_load function core/modules/file/tests/file_test/file_test.module Implements hook_ENTITY_TYPE_load() for file entities.
FilterFormatListBuilder::load function core/modules/filter/src/FilterFormatListBuilder.php Loads entities of this type from storage for listing.
FilterImageLazyLoad class core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Provides a filter to lazy load tracked images.
FilterImageLazyLoad.php file core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php
FilterImageLazyLoad::process function core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Performs the filter processing.
FilterImageLazyLoad::transformImages function core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Transform markup of images to include loading="lazy".
FilterImageLazyLoadTest class core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php @coversDefaultClass \Drupal\filter\Plugin\Filter\FilterImageLazyLoad[[api-linebreak]]
@group editor
FilterImageLazyLoadTest.php file core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::$filter property core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::providerHtml function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php Provides data for testProcess.
FilterImageLazyLoadTest::setUp function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::testProcess function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php @covers ::process[[api-linebreak]]
FilterUninstallValidator::lazyLoadItself function core/modules/filter/src/ProxyClass/FilterUninstallValidator.php Lazy loads the real service from the container.
FormBuilder::getFileUploadMaxSize function core/lib/Drupal/Core/Form/FormBuilder.php Wraps file_upload_max_size().
FormCache::loadCachedFormState function core/lib/Drupal/Core/Form/FormCache.php Loads the cached form state.
FormCacheTest::testLoadCachedFormState function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::loadCachedFormState[[api-linebreak]]
FormCacheTest::testLoadCachedFormStateWithFiles function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::loadCachedFormState[[api-linebreak]]
FormErrorHandlerFileUploadTest class core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Tests file upload scenario's with Inline Form Errors.
FormErrorHandlerFileUploadTest.php file core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::$defaultTheme property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php The theme to install as the default for testing.
FormErrorHandlerFileUploadTest::$modules property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Modules to install.
FormErrorHandlerFileUploadTest::setUp function core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::testFileUploadErrors function core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Tests that the required field error is displayed as inline error message.
FormState::loadInclude function core/lib/Drupal/Core/Form/FormState.php Ensures an include file is loaded whenever the form is processed.
FormState::moduleLoadInclude function core/lib/Drupal/Core/Form/FormState.php Wraps ModuleHandler::loadInclude().
FormStateDecoratorBase::loadInclude function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Ensures an include file is loaded whenever the form is processed.
FormStateDecoratorBaseTest::providerLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testLoadInclude().
FormStateDecoratorBaseTest::testLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::loadInclude[[api-linebreak]]
FormStateInterface::loadInclude function core/lib/Drupal/Core/Form/FormStateInterface.php Ensures an include file is loaded whenever the form is processed.
FormStateTest::testLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testLoadIncludeAlreadyLoaded function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testLoadIncludeNoName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testLoadIncludeNotFound function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormTestMachineNameForm::load function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Loading stub for machine name.
FormTestMachineNameValidationForm::load function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Loading stub for machine name.
FormUploadedFile class core/modules/file/src/Upload/FormUploadedFile.php Provides a bridge to Symfony UploadedFile.
FormUploadedFile.php file core/modules/file/src/Upload/FormUploadedFile.php

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