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

RequestContext::hasParameter()

bool hasParameter(string $name) Checks if a parameter value is set for the given parameter. Parameters string $name A parameter name Return Value bool True if the parameter value is set, false otherwise

Logger::countErrors()

int countErrors() Returns the number of errors. Return Value int The number of errors