LanguageBundleInterface::getLanguageName()

string|null getLanguageName(string $language, string|null $region = null, string $displayLocale = null) Returns the name of a language. Parameters string $language A language code (e.g. "en") string|null $region Optional. A region code (e.g. "US") string $displayLocale Optional. The locale to return the name in Defaults to {@link \Locale::getDefault()}. Return Value string|null The name of the language or NULL if not found

Bridge\Doctrine\DependencyInjection\Security

Namespaces Symfony\Bridge\Doctrine\DependencyInjection\Security\UserProvider

PhpEngine::offsetExists()

bool offsetExists(string $name) Returns true if the helper is defined. Parameters string $name The helper name Return Value bool true if the helper is defined, false otherwise

OptionsResolver::setDefined()

OptionsResolver setDefined(string|string[] $optionNames) Defines a valid option name. Defines an option name without setting a default value. The option will be accepted when passed to {@link resolve()}. When not passed, the option will not be included in the resolved options. Parameters string|string[] $optionNames One or more option names Return Value OptionsResolver This instance Exceptions AccessException If called from a lazy option or normalizer

CurrencyBundle

class CurrencyBundle extends CurrencyDataProvider implements CurrencyBundleInterface Default implementation of {@link CurrencyBundleInterface}. Constants INDEX_SYMBOL INDEX_NAME INDEX_FRACTION_DIGITS INDEX_ROUNDING_INCREMENT Methods __construct(string $path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider) Creates a new currency bundle. getCurrencies() from CurrencyDataProvider getSymbol($currency, $displayLocale = null) from CurrencyD

Regex::prepend()

ValueInterface prepend(string $expr) Parameters string $expr Return Value ValueInterface

ParameterBagInterface::resolve()

resolve() Replaces parameter placeholders (%name%) by their values for all parameters.

ParameterBagInterface::all()

array all() Gets the service container parameters. Return Value array An array of parameters

ParameterBag::resolveString()

string resolveString(string $value, array $resolving = array()) Resolves parameters inside a string. Parameters string $value The string to resolve array $resolving An array of keys that are being resolved (used internally to detect circular references) Return Value string The resolved string Exceptions ParameterNotFoundException if a placeholder references a parameter that does not exist ParameterCircularReferenceException if a circular reference if detected RuntimeException w

Router::getGenerator()

UrlGeneratorInterface getGenerator() Gets the UrlGenerator instance associated with this Router. Return Value UrlGeneratorInterface A UrlGeneratorInterface instance