function media_library_update_8703 in Drupal 8
This update has been removed and will not run.
File
- core/
modules/ media_library/ media_library.install, line 189  - Install, update and uninstall functions for the media_library module.
 
Code
function media_library_update_8703() {
  // This update function previously added 'edit' and 'delete' buttons to media
  // items in the 'media' view. It has been converted to a post-update hook.
  // @see media_library_post_update_add_buttons_to_page_view()
}