You are here

function views_update_8500 in Drupal 8

Update field names for multi-value base fields.

File

core/modules/views/views.install, line 401
Contains install and update functions for Views.

Code

function views_update_8500() {

  // This update has been replaced by
  // views_post_update_field_names_for_multivalue_fields().
}