Story
The function "findVariantLink " is implemented with the same code in every Language converter. So there is a code duplication which should be avoided.
Context
public function findVariantLink( &$link, &$nt, $ignoreOtherCond = false )
Expected result
- Common realisation of the function in parent class.
- Specific realisation in the Converters if there is any logic difference.