Issue #3375968: Services 'bind' + POC conversions
Changes compared to symfony YamlFileLoader:
- No
$fileparameter when calling ->resolveServices(). - We don't support '_instanceof' key, so we don't use BoundArgument::INSTANCEOF_BINDING.
- The
$trackBindingsparameter does not exist in Drupal, we passtrueinstead.
Closes #3375968