You are here

function aggregator_update_8001 in Drupal 8

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

File

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

Code

function aggregator_update_8001() {

  // Feed ID base field is now required.
}