You are here

function system_post_update_field_formatter_entity_schema in Drupal 8

Clear caches due to schema changes in core.entity.schema.yml.

File

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

Code

function system_post_update_field_formatter_entity_schema() {

  // Empty post-update hook.
}