No results found in makandra dev.
Best results in other decks
...ExtendDbIdentifierNameGenerator I traced the above overriding to this code: namespace Oro\Bundle\EntityExtendBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection...
class MigrationConfigPass implements CompilerPassInterface { // ... const MIGRATIONS_NAME_GENERATOR_CLASS_PARAM = 'oro_migration.db_id_name_generator.class'; /** * {@inheritdoc} */ public function process(ContainerBuilder $container) { if ($container->hasParameter(self::MIGRATIONS_NAME_GENERATOR_CLASS_PARAM)) { $container...
Ref issue in github Add late binding feature?, I also needed a feature where I can bind to v-model...