Search for load

  1. Search 7.x for load
  2. Search 8.9.x for load
  3. Search 10.3.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
HelpTopicTwigLoader::addExtension function core/modules/help_topics/src/HelpTopicTwigLoader.php Adds an extensions help_topics directory to the Twig loader.
HelpTopicTwigLoader::findTemplate function core/modules/help_topics/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::getSourceContext function core/modules/help_topics/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::MAIN_NAMESPACE constant core/modules/help_topics/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::__construct function core/modules/help_topics/src/HelpTopicTwigLoader.php Constructs a new HelpTopicTwigLoader object.
HelpTopicTwigLoaderTest class core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php Unit test for the HelpTopicTwigLoader class.
HelpTopicTwigLoaderTest.php file core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php
HelpTopicTwigLoaderTest::$directories property core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php The virtual directories to use in testing.
HelpTopicTwigLoaderTest::$helpLoader property core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php The help topic loader instance to test.
HelpTopicTwigLoaderTest::getHandlerMock function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php Creates a mock module or theme handler class for the test.
HelpTopicTwigLoaderTest::setUp function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php
HelpTopicTwigLoaderTest::setUpVfs function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php Sets up the virtual file system.
HelpTopicTwigLoaderTest::testConstructor function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::__construct
HelpTopicTwigLoaderTest::testGetSourceContext function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::getSourceContext
HelpTopicTwigLoaderTest::testGetSourceContextException function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::getSourceContext
hook_entity_load function core/lib/Drupal/Core/Entity/entity.api.php Act on entities when loaded.
hook_entity_preload function core/lib/Drupal/Core/Entity/entity.api.php Act on an array of entity IDs before they are loaded.
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
ImageConfigUpdater::processImageLazyLoad function core/modules/image/src/ImageConfigUpdater.php Re-order mappings by breakpoint ID and descending numeric multiplier order.
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.
ImageLazyLoadUpdateTest class core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php Tests lazy-load upgrade path.
ImageLazyLoadUpdateTest.php file core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php
ImageLazyLoadUpdateTest::setDatabaseDumpFiles function core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php Set database dump files to be used.
ImageLazyLoadUpdateTest::testUpdate function core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php Test new lazy-load setting upgrade path.
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 enable.
ImageLoadingAttributeTest::testImageLoadingAttribute function core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Tests that loading attribute is enabled for images.
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 this class.
ImageStyleDownloadController::deliver function core/modules/image/src/Controller/ImageStyleDownloadController.php Generates a derivative, given a style and image path.
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.
ImageUploadAccessTest class core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php Test image upload access.

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