Issue #3048458: Add support of "preload" attribute into FileMediaFormatterBase
1 open thread
Closes #3048458
Merge request reports
Activity
added 1022 commits
-
1f30fe4f...e0a4d441 - 1021 commits from branch
project:11.x
- 0cd721fd - Issue #3048458: Add support of "preload" attribute into FileMediaFormatterBase
-
1f30fe4f...e0a4d441 - 1021 commits from branch
- core/modules/file/src/FileConfigUpdater.php 0 → 100644
35 * Whether deprecations should be enabled. 36 */ 37 public function setDeprecationsEnabled(bool $enabled): void { 38 $this->deprecationsEnabled = $enabled; 39 } 40 41 /** 42 * Processes preload formatters. 43 * 44 * @param \Drupal\Core\Entity\Display\EntityViewDisplayInterface $view_display 45 * The view display. 46 * 47 * @return bool 48 * Whether the display was updated. 49 */ 50 public function processPreloadSetting(EntityViewDisplayInterface $view_display): bool {
Please register or sign in to reply