function seven_preprocess_media_library_item__widget
Same name in other branches
- 8.9.x core/themes/seven/seven.theme \seven_preprocess_media_library_item__widget()
Implements hook_preprocess_media_library_item__widget().
This targets each media item selected in an entity reference field.
File
-
core/
themes/ seven/ seven.theme, line 309
Code
function seven_preprocess_media_library_item__widget(array &$variables) {
$variables['content']['remove_button']['#attributes']['class'][] = 'media-library-item__remove';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.