CurrencyBundleInterface

interface CurrencyBundleInterface implements ResourceBundleInterface Gives access to currency-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getCurrencySymbol(string $currency, string $displayLocale = null) Returns the symbol used for a currency. string|null getCurrencyName(string $currency, string $displayLocale = null) Returns the name of a currency. string[] getCurrencyNames(

SessionAuthenticationStrategyInterface

interface SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface. Implementation are responsible for updating the session after an interactive authentication attempt was successful. Methods onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. Details onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. This m

DialogHelper deprecated::ask()

string ask(OutputInterface $output, string|array $question, string $default = null, array $autocomplete = null) Asks a question to the user. Parameters OutputInterface $output An Output instance string|array $question The question to ask string $default The default answer if none is given by the user array $autocomplete List of values to autocomplete Return Value string The user answer Exceptions RuntimeException If there is no data to read in the input stream

FileDumper::setBackup()

setBackup(bool $backup) Sets backup flag. Parameters bool $backup

ClassMetadataFactory::getMetadataFor()

ClassMetadataInterface getMetadataFor(string|object $value) If the method was called with the same class name (or an object of that class) before, the same metadata instance is returned. If the factory was configured with a cache, this method will first look for an existing metadata instance in the cache. If an existing instance is found, it will be returned without further ado. Otherwise, a new metadata instance is created. If the factory was configured with a loader, the metad

FormConfigBuilder::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Clears the view transformers. Return Value FormConfigBuilderInterface The configuration object

Component\CssSelector\Exception

Interfaces ExceptionInterface Interface for exceptions. Exceptions ExpressionErrorException ParseException is thrown when a CSS selector syntax is not valid. InternalErrorException ParseException is thrown when a CSS selector syntax is not valid. ParseException ParseException is thrown when a CSS selector syntax is not valid. SyntaxErrorException ParseException is thrown when a CSS selector syntax is not valid.

PluralizationRules

class PluralizationRules Returns the plural rules for a given locale. Methods static int get(int $number, string $locale) Returns the plural position to use for the given locale and number. static set(callable $rule, string $locale) Overrides the default plural rule for a given locale. Details static int get(int $number, string $locale) Returns the plural position to use for the given locale and number. Parameters int $number The number s

ResolvedTypeDataCollectorProxy::buildView()

buildView(FormView $view, FormInterface $form, array $options) Configures a form view for the type hierarchy. It is called before the children of the view are built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

BinaryNode::evaluate()

evaluate($functions, $values) Parameters $functions $values