public function MigrateManager::isValid in Workbench Moderation to Content Moderation 8
Determine if the migration is valid.
Return value
bool True if the migration is valid and ready to begin.
File
- src/
MigrateManager.php, line 116
Class
- MigrateManager
- Manages migrating from WBM to CM.
Namespace
Drupal\wbm2cmCode
public function isValid() {
return empty($this
->getValidationMessages());
}