RegistryInterface

interface RegistryInterface implements ManagerRegistry References Doctrine connections and entity managers. Methods string getDefaultEntityManagerName() Gets the default entity manager name. EntityManager getEntityManager(string $name = null) Gets a named entity manager. array getEntityManagers() Gets an array of all registered entity managers. EntityManager resetEntityManager(string $name = null) Resets a named entity manager. string getEntityNamespace(string $alias)

RegisterMappingsPass

class RegisterMappingsPass implements CompilerPassInterface Base class for the doctrine bundles to provide a compiler pass class that helps to register doctrine mappings. The compiler pass is meant to register the mappings with the metadata chain driver corresponding to one of the object managers. For concrete implementations that are easy to use, see the RegisterXyMappingsPass classes in the DoctrineBundle resp. DoctrineMongodbBundle, DoctrineCouchdbBundle and DoctrinePhpcrBundle. Methods

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

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)

RegionDataProvider::getRegions()

getRegions()

RegionDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

RegionDataProvider::getName()

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

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

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