RegistryInterface::getEntityManagerNames()

array getEntityManagerNames() Gets all connection names. Return Value array An array of connection names

RegistryInterface::getEntityManager()

EntityManager getEntityManager(string $name = null) Gets a named entity manager. Parameters string $name The entity manager name (null for the default one) Return Value EntityManager

RegisterEventListenersAndSubscribersPass

class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface Registers event listeners and subscribers to the available doctrine connections. Methods __construct(string $connections, string $managerTemplate, string $tagPrefix) Constructor. process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(string $connections, string $managerTemplate, string $tagPrefix)

RegisterListenersPass deprecated

class RegisterListenersPass extends RegisterListenersPass deprecated since version 2.5, to be removed in 3.0. Use the Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass class instead. Compiler pass to register tagged services for an event dispatcher. Methods __construct(string $dispatcherService = 'event_dispatcher', string $listenerTag = 'kernel.event_listener', string $subscriberTag = 'kernel.event_subscriber') Constructor. from RegisterListenersPass pr

RegisterListenersPass

class RegisterListenersPass implements CompilerPassInterface Compiler pass to register tagged services for an event dispatcher. Methods __construct(string $dispatcherService = 'event_dispatcher', string $listenerTag = 'kernel.event_listener', string $subscriberTag = 'kernel.event_subscriber') Constructor. process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(string $dispatcherServi

RegionDataProvider::getRegions()

getRegions()

RegionDataProvider

class RegionDataProvider Data provider for region-related ICU data. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. getRegions() getName($region, $displayLocale = null) getNames($displayLocale = null) Details __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res

RegionDataProvider::getName()

getName($region, $displayLocale = null) Parameters $region $displayLocale

RegionDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

RegionDataGenerator

class RegionDataGenerator extends AbstractDataGenerator The rule for compiling the region bundle. Constants UNKNOWN_REGION_ID OUTLYING_OCEANIA_REGION_ID EUROPEAN_UNION_ID NETHERLANDS_ANTILLES_ID BOUVET_ISLAND_ID HEARD_MCDONALD_ISLANDS_ID CLIPPERTON_ISLAND_ID Methods __construct(GenrbCompiler $compiler, $dirName) from AbstractDataGenerator generateData(GeneratorConfig $config) {@inheritdoc} from AbstractDataGenerator Details