MoneyType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

FileBag::add()

add(array $files = array()) Adds parameters. Parameters array $files

FilterControllerEvent::setController()

setController(callable $controller) Sets a new controller. Parameters callable $controller

ConstraintViolation::getParameters()

array getParameters() Returns the parameters to be inserted into the raw violation message. Return Value array A possibly empty list of parameters indexed by the names that appear in the message template.

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the Security component.

Form::getFiles()

array getFiles() Gets the file field values. Return Value array An array of file field values

ConfigDebugCommand

class ConfigDebugCommand extends AbstractConfigCommand A console command for dumping available configuration reference. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper

PhpMatcherDumper::dump()

string dump(array $options = array()) Dumps a set of routes to a PHP class. Available options: class: The class name base_class: The base class name Parameters array $options An array of options Return Value string Executable code

ResolvedFormTypeInterface::getParent()

ResolvedFormTypeInterface|null getParent() Returns the parent type. Return Value ResolvedFormTypeInterface|null The parent type or null

StopwatchEvent::lap()

StopwatchEvent lap() Stops the current period and then starts a new one. Return Value StopwatchEvent The event