You are here

function system_post_update_field_type_plugins in Drupal 8

Force field type plugin definitions to be cleared.

See also

https://www.drupal.org/node/2403703

File

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

Code

function system_post_update_field_type_plugins() {

  // Empty post-update hook.
}