You are here

function filter_fallback_format in Migrate 6.2

2 calls to filter_fallback_format()
MigrateDestinationComment::import in plugins/destinations/comment.inc
Import a single comment.
MigrateDestinationEntity::__construct in plugins/destinations/entity.inc
Simply save the key schema.

File

includes/d7.inc, line 46
Drupal 7 functions 'n' things implemented in Drupal 6, to ease backporting

Code

function filter_fallback_format() {
  return FILTER_FORMAT_DEFAULT;
}