You are here

public function MigrateDestinationEntityAPI::postImport in Migrate Extras 7.2

Clear the field cache after an import or rollback.

File

./entity_api.inc, line 269
Support for entity types implementing the Entity API.

Class

MigrateDestinationEntityAPI
Destination class implementing migration into entity types.

Code

public function postImport() {
  field_cache_clear();
}