You are here

function views_post_update_make_placeholders_translatable in Drupal 8

Rebuild cache to allow placeholder texts to be translatable.

File

core/modules/views/views.post_update.php, line 363
Post update functions for Views.

Code

function views_post_update_make_placeholders_translatable() {

  // Empty update to cause a cache rebuild to allow placeholder texts to be
  // translatable.
}