ChoiceFormField::setValue()

setValue(string $value) Sets the value of the field. Parameters string $value The value of the field Exceptions InvalidArgumentException When value type provided is not correct

Command::getProcessedHelp()

string getProcessedHelp() Returns the processed help for the command replacing the %command.name% and %command.full_name% patterns with the real values dynamically. Return Value string The processed help for the command

XmlEncoder::setRootNodeName()

setRootNodeName(string $name) Sets the root node name. Parameters string $name root node name

BinaryFileResponse::trustXSendfileTypeHeader()

static trustXSendfileTypeHeader() Trust X-Sendfile-Type header.

SimpleFormFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

LoggerInterface deprecated::crit()

crit($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use critical() which is PSR-3 compatible. Parameters $message array $context

RequestDataCollector::getRequestRequest()

getRequestRequest()

TableHelper deprecated::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

FormConfigInterface::getRequired()

bool getRequired() Returns whether the form is required. Return Value bool Whether the form is required

PipesInterface::getFiles()

string[] getFiles() Returns an array of filenames indexed by their related stream in case these pipes use temporary files. Return Value string[]