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
MediaThumbnailFormatter::needsEntityLoad function core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php This has to be overridden because FileFormatterBase expects $item to be
of type \Drupal\file\Plugin\Field\FieldType\FileItem and calls
isDisplayed() which is not in FieldItemInterface.
MediaTranslationTest::testTranslatableFieldSaveLoad function core/modules/media/tests/src/Kernel/MediaTranslationTest.php Tests translatable fields storage/retrieval.
MediaType::$queue_thumbnail_downloads property core/modules/media/src/Entity/MediaType.php Whether thumbnail downloads are queued.
MediaType::setQueueThumbnailDownloadsStatus function core/modules/media/src/Entity/MediaType.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MediaType::thumbnailDownloadsAreQueued function core/modules/media/src/Entity/MediaType.php Returns whether thumbnail downloads are queued.
MediaTypeInterface::setQueueThumbnailDownloadsStatus function core/modules/media/src/MediaTypeInterface.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MediaTypeInterface::thumbnailDownloadsAreQueued function core/modules/media/src/MediaTypeInterface.php Returns whether thumbnail downloads are queued.
media_post_update_oembed_loading_attribute function core/modules/media/media.post_update.php Add the oEmbed loading attribute setting to field formatter instances.
MenuActiveTrail::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php Lazy loads the real service from the container.
MenuLinkContent::$entityIdsToLoad property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Entities IDs to load.
MenuLinkManager::loadLinksByRoute function core/lib/Drupal/Core/Menu/MenuLinkManager.php
MenuLinkManagerInterface::loadLinksByRoute function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Loads multiple plugin instances based on route.
MenuLinkPluginConverter::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Lazy loads the real service from the container.
MenuLinkTree::load function core/lib/Drupal/Core/Menu/MenuLinkTree.php
MenuLinkTreeInterface::load function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Loads a menu tree with a menu link plugin instance at each element.
MenuTreeStorage::load function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::loadAllChildren function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::loadByProperties function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::loadByRoute function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::loadFull function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all table fields, not just those that are in the plugin definition.
MenuTreeStorage::loadFullMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all table fields for multiple menu link definitions by ID.
MenuTreeStorage::loadLinks function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads links in the given menu, according to the given tree parameters.
MenuTreeStorage::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::loadSubtreeData function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::loadTreeData function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorageInterface::load function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads a menu link plugin definition from the storage.
MenuTreeStorageInterface::loadAllChildren function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads all the enabled menu links that are below the given ID.
MenuTreeStorageInterface::loadByProperties function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage based on properties.
MenuTreeStorageInterface::loadByRoute function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage based on route.
MenuTreeStorageInterface::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage.
MenuTreeStorageInterface::loadSubtreeData function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads a subtree rooted by the given ID.
MenuTreeStorageInterface::loadTreeData function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads a menu link tree from the storage.
MenuTreeStorageTest::testLoadByProperties function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests MenuTreeStorage::loadByProperties().
MenuTreeStorageTest::testLoadTree function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests the loadTreeData method.
MigrateDrupalTestBase::loadFixture function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Loads a database fixture into the source database connection.
MigrateUpgradeTestBase::loadFixture function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Loads a database fixture into the source database connection.
MigrateUploadEntityDisplayTest class core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php Upload entity display.
MigrateUploadEntityDisplayTest.php file core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php
MigrateUploadEntityDisplayTest::$modules property core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php Modules to install.
MigrateUploadEntityDisplayTest::setUp function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php
MigrateUploadEntityDisplayTest::testSkipNonExistentNodeType function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php Tests that entity displays are ignored appropriately.
MigrateUploadEntityDisplayTest::testUploadEntityDisplay function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php Tests Drupal 6 upload settings to Drupal 8 entity display migration.
MigrateUploadEntityFormDisplayTest class core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php Upload form entity display.
MigrateUploadEntityFormDisplayTest.php file core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php
MigrateUploadEntityFormDisplayTest::$modules property core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php Modules to install.
MigrateUploadEntityFormDisplayTest::setUp function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php
MigrateUploadEntityFormDisplayTest::testSkipNonExistentNodeType function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php Tests that entity displays are ignored appropriately.
MigrateUploadEntityFormDisplayTest::testUploadEntityFormDisplay function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php Tests Drupal 6 upload settings to Drupal 8 entity form display migration.
MigrateUploadFieldTest class core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php Uploads migration.
MigrateUploadFieldTest.php file core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php

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