1 link.install link_update_1001()

Remove the Link config file. Link no longer has any config.

Related topics

File

core/modules/link/link.install, line 58
Install file for the link module.

Code

function link_update_1001() {
  config('link.settings')->delete();
}