You are here

function aggregator_update_8001 in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/aggregator.install \aggregator_update_8001()

The simple presence of this update function clears cached field definitions.

File

core/modules/aggregator/aggregator.install, line 33
Install, update and uninstall functions for the aggregator module.

Code

function aggregator_update_8001() {

  // Feed ID base field is now required.
}