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
hook_entity_storage_load function core/lib/Drupal/Core/Entity/entity.api.php Act on content entities when loaded from the storage.
hook_ENTITY_TYPE_load function core/lib/Drupal/Core/Entity/entity.api.php Act on entities of a specific type when loaded.
hook_ENTITY_TYPE_storage_load function core/lib/Drupal/Core/Entity/entity.api.php Act on content entities of a given type when loaded from the storage.
hook_file_download function core/lib/Drupal/Core/File/file.api.php Control access to private file downloads and specify HTTP headers.
Html::load function core/lib/Drupal/Component/Utility/Html.php Parses an HTML snippet and returns it as a DOM object.
image.page_cache_response_policy.deny_private_image_style_download service core/modules/image/image.services.yml Drupal\image\PageCache\DenyPrivateImageStyleDownload
ImageFieldDisplayTest::testImageLoadingAttribute function core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Tests for image loading attribute settings.
ImageFieldTestBase::uploadNodeImage function core/modules/image/tests/src/Functional/ImageFieldTestBase.php Upload an image to a node.
ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads function core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php Tests image widget element support multiple upload correctly.
ImageLazyLoadController class core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php The ImageLazyLoadController class.
ImageLazyLoadController.php file core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php
ImageLazyLoadController::renderImage function core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php Render an image using image theme.
ImageLoadingAttributeTest class core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Tests lazy loading for images.
ImageLoadingAttributeTest.php file core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php
ImageLoadingAttributeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php The theme to install as the default for testing.
ImageLoadingAttributeTest::$modules property core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Modules to install.
ImageLoadingAttributeTest::testImageLoadingAttribute function core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Tests that loading attribute is enabled for images.
ImageStyleDownloadAccessControlTest class core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Tests access control for downloading image styles.
ImageStyleDownloadAccessControlTest.php file core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
ImageStyleDownloadAccessControlTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The theme to install as the default for testing.
ImageStyleDownloadAccessControlTest::$fileSystem property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The file system.
ImageStyleDownloadAccessControlTest::$modules property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Modules to install.
ImageStyleDownloadAccessControlTest::$style property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The image style.
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 Instantiates a new instance of the implementing class using autowiring.
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.

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