You are here

public function WorkbenchModerationMigrateDestinationHandler::handlesType in Workbench Moderation 7.3

Same name and namespace in other branches
  1. 7 workbench_moderation.migrate.inc \WorkbenchModerationMigrateDestinationHandler::handlesType()

Does this handler handle the given type?

Parameters

boolean $type:

Overrides MigrateHandler::handlesType

File

./workbench_moderation.migrate.inc, line 7

Class

WorkbenchModerationMigrateDestinationHandler

Code

public function handlesType($destination) {
  return $destination == 'Node';
}