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
ImageStyleDownloadAccessControlTest::prepareEnvironment function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Prepares the current environment for running the test.
ImageStyleDownloadAccessControlTest::setUp function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
ImageStyleDownloadAccessControlTest::testPrivateThroughPublicRoute function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Ensures that private:// access is forbidden through image.style_public.
ImageStyleDownloadAccessControlTest::testPublicThroughPrivateRoute function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Ensures that public:// access is forbidden through image.style.private.
ImageStyleDownloadController class core/modules/image/src/Controller/ImageStyleDownloadController.php Defines a controller to serve image styles.
ImageStyleDownloadController.php file core/modules/image/src/Controller/ImageStyleDownloadController.php
ImageStyleDownloadController::$fileSystem property core/modules/image/src/Controller/ImageStyleDownloadController.php File system service.
ImageStyleDownloadController::$imageFactory property core/modules/image/src/Controller/ImageStyleDownloadController.php The image factory.
ImageStyleDownloadController::$lock property core/modules/image/src/Controller/ImageStyleDownloadController.php The lock backend.
ImageStyleDownloadController::$logger property core/modules/image/src/Controller/ImageStyleDownloadController.php A logger instance.
ImageStyleDownloadController::create function core/modules/image/src/Controller/ImageStyleDownloadController.php
ImageStyleDownloadController::deliver function core/modules/image/src/Controller/ImageStyleDownloadController.php Generates a derivative, given a style and image path.
ImageStyleDownloadController::getUriWithoutConvertedExtension function core/modules/image/src/Controller/ImageStyleDownloadController.php Get the file URI without the extension from any conversion image style.
ImageStyleDownloadController::sourceImageExists function core/modules/image/src/Controller/ImageStyleDownloadController.php Checks whether the provided source image exists.
ImageStyleDownloadController::__construct function core/modules/image/src/Controller/ImageStyleDownloadController.php Constructs an ImageStyleDownloadController object.
ImageTest::testCanUploadSvg function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php Tests that it's possible to upload SVG image, with the test module enabled.
ImageUploadAccessTest class core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php Test image upload access.
ImageUploadAccessTest.php file core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php
ImageUploadAccessTest::testCkeditor5ImageUploadRoute function core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php Test access to the CKEditor 5 image upload controller.
ImageUploadTest class core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Test image upload.
ImageUploadTest.php file core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php
ImageUploadTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php The theme to install as the default for testing.
ImageUploadTest::$modules property core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Modules to install.
ImageUploadTest::$user property core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php A user without any particular permissions to be used in testing.
ImageUploadTest::createBasicFormat function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Create a basic_html text format for the editor to reference.
ImageUploadTest::createEditorWithUpload function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Create an editor entity with image_upload config.
ImageUploadTest::getTestImageByStat function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Return the first image matching $condition.
ImageUploadTest::getUploadUrl function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Provides the image upload URL.
ImageUploadTest::setUp function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php
ImageUploadTest::testFileUploadLargerFileSize function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Tests using the file upload route with a file size larger than allowed.
ImageUploadTest::testLockAfterFailedValidation function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Test that lock is removed after a failed validation.
ImageUploadTest::testUploadFileExtension function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Tests using the file upload route with a disallowed extension.
ImageUploadTest::uploadRequest function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Make upload request to a controller.
image_lazy_load_test.info.yml file core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml
image_lazy_load_test.routing.yml file core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml
image_module_test_file_download function core/modules/image/tests/modules/image_module_test/image_module_test.module
Importer::loadEntityDependency function core/lib/Drupal/Core/DefaultContent/Importer.php Loads the entity dependency by its UUID.
InputStreamUploadedFile class core/modules/file/src/Upload/InputStreamUploadedFile.php An uploaded file from an input stream.
InputStreamUploadedFile.php file core/modules/file/src/Upload/InputStreamUploadedFile.php
InputStreamUploadedFile::getClientOriginalName function core/modules/file/src/Upload/InputStreamUploadedFile.php Returns the original file name.
InputStreamUploadedFile::getFilename function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the filename.
InputStreamUploadedFile::getPathname function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the path to the file.
InputStreamUploadedFile::getRealPath function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the absolute path to the file.
InputStreamUploadedFile::getSize function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets file size.
InputStreamUploadedFile::validate function core/modules/file/src/Upload/InputStreamUploadedFile.php Validates the uploaded file information.
InputStreamUploadedFile::__construct function core/modules/file/src/Upload/InputStreamUploadedFile.php Creates a new InputStreamUploadedFile.
InstallCommand::$classLoader property core/lib/Drupal/Core/Command/InstallCommand.php The class loader.
InstallerTranslationMultipleLanguageNonInteractiveTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests that translations ended up at the expected places.
install_config_download_translations function core/includes/install.core.inc Replaces install_download_translation() during configuration installs.

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