version;
}
/**
* {@inheritDoc}
* @since 24.0.0
*/
public function canImport(
IImportSource $importSource,
): bool {
$version = $importSource->getMigratorVersion($this->getId());
if ($version === null) {
return !$this->mandatory;
}
return ($this->version >= $version);
}
}
name='h' onchange='this.form.submit();'>
blob: 2fe37b64b7081bfba2c575b3452e29a4b5d92d4e (
plain)