Issue #3048458: Add support of "preload" attribute into FileMediaFormatterBase
1 open thread
Merge request reports
Activity
added 1 commit
added 409 commits
-
1b6aaf99...48e05492 - 407 commits from branch
project:10.1.x
- 4e5501ba - Issue #3048458 by jnettik, pclaitte, vadim.hirbu: Add support of "preload"...
- 019acd7a - Issue #3048458: Changed to radios, added short description and post_update
-
1b6aaf99...48e05492 - 407 commits from branch
- core/modules/file/src/FileConfigUpdater.php 0 → 100644
1 <?php 2 3 namespace Drupal\file; 4 5 use Drupal\Core\Entity\Display\EntityViewDisplayInterface; 6 7 /** 8 * Provides a BC layer for modules providing old configurations. 9 * 10 * @internal 11 * This class is only meant to fix outdated file configuration and its 12 * methods should not be invoked directly. It will be removed once all the 13 * associated updates have been removed. 14 */ 15 class FileConfigUpdater { added 1 commit
Please register or sign in to reply