Command::mergeApplicationDefinition()

mergeApplicationDefinition(bool $mergeArgs = true) Merges the application definition with the command definition. This method is not part of public API and should not be used directly. Parameters bool $mergeArgs Whether to merge or not the Application definition arguments to Command definition arguments

Request::hasPreviousSession()

bool hasPreviousSession() Whether the request contains a Session which was started in one of the previous requests. Return Value bool

UploadValidatorExtension::configureOptions()

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

BufferingLogger::log()

log($level, $message, array $context = array()) Parameters $level $message array $context

HttpKernelExtension::getName()

getName() {@inheritdoc}

OutputStyle::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

CsvFileDumper::setCsvControl()

setCsvControl(string $delimiter = ';', string $enclosure = '"') Sets the delimiter and escape character for CSV. Parameters string $delimiter delimiter character string $enclosure enclosure character

Session::getMetadataBag()

MetadataBag getMetadataBag() Gets session meta. Return Value MetadataBag

TableStyle::getHorizontalBorderChar()

string getHorizontalBorderChar() Gets horizontal border character. Return Value string

UserProviderFactoryInterface::getKey()

getKey()