Component\Locale\Stub

Namespaces Symfony\Component\Locale\Stub\DateFormat Classes StubCollator deprecated Alias of {@link \Symfony\Component\Intl\Collator\Collator}. StubIntl deprecated Alias of {@link \Symfony\Component\Intl\Globals\IntlGlobals}. StubIntlDateFormatter deprecated Alias of {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter}. StubLocale deprecated Alias of {@link \Symfony\Component\Intl\Locale\Locale}. StubNumberFormatter deprecated Alias of {@link \Symfony\Component\I

ClassCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

MockArraySessionStorage::getName()

mixed getName() Returns the session name. Return Value mixed The session name

CachePoolPass::process()

process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

FlashBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

MetadataBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

OptionsResolver::isMissing()

bool isMissing(string $option) Returns whether an option is missing a default value. An option is missing if it was passed to {@link setRequired()}, but not to {@link setDefault()}. This option must be passed explicitly to {@link resolve()}, otherwise an exception will be thrown. Parameters string $option The name of the option Return Value bool Whether the option is missing

FormConfigBuilder::getMethod()

string getMethod() Returns the HTTP method used by the form. Return Value string The HTTP method of the form

FormConfigBuilderInterface::setType()

FormConfigBuilderInterface setType(ResolvedFormTypeInterface $type) Set the types. Parameters ResolvedFormTypeInterface $type The type of the form Return Value FormConfigBuilderInterface The configuration object

RequestContext::setParameter()

RequestContext setParameter(string $name, mixed $parameter) Sets a parameter value. Parameters string $name A parameter name mixed $parameter The parameter value Return Value RequestContext The current instance, implementing a fluent interface