You are here

function media_library_update_8701 in Drupal 8

Create the 'media_library' image style.

File

core/modules/media_library/media_library.install, line 25
Install, update and uninstall functions for the media_library module.

Code

function media_library_update_8701() {

  // This update function has been moved to
  // media_library_post_update_add_media_library_image_style().
}