function layout_discovery_post_update_recalculate_entity_form_display_dependencies

Recalculate dependencies for the entity_form_display entity.

File

core/modules/layout_discovery/layout_discovery.post_update.php, line 13

Code

function layout_discovery_post_update_recalculate_entity_form_display_dependencies(&$sandbox = NULL) {
    \Drupal::classResolver(ConfigEntityUpdater::class)->update($sandbox, 'entity_form_display');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.