You are here

function system_post_update_layout_plugin_schema_change in Drupal 8

Clear the schema cache.

File

core/modules/system/system.post_update.php, line 241
Post update functions for System.

Code

function system_post_update_layout_plugin_schema_change() {

  // Empty post-update hook.
}