FormExtension::getTests()

getTests() {@inheritdoc}

Response::getStatusCode()

int getStatusCode() Retrieves the status code for the current web response. Return Value int Status code

PhpEngine::setEscaper()

setEscaper(string $context, callable $escaper) Adds an escaper for the given context. Parameters string $context The escaper context (html, js, ...) callable $escaper A PHP callable

GuardAuthenticationFactory::getKey()

getKey()

OrderedHashMapIterator::rewind()

rewind() {@inheritdoc}

NullSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

AttributeMatchingExtension::translateSuffixMatch()

XPathExpr translateSuffixMatch(XPathExpr $xpath, string $attribute, string $value) Parameters XPathExpr $xpath string $attribute string $value Return Value XPathExpr

FormDataCollector::collectDefaultData()

collectDefaultData(FormInterface $form) Stores the default data of the given form and its children. Parameters FormInterface $form A root form

Component\Form

Namespaces Symfony\Component\Form\ExceptionSymfony\Component\Form\ExtensionSymfony\Component\Form\GuessSymfony\Component\Form\TestSymfony\Component\Form\Util Classes AbstractExtension AbstractRendererEngine Default implementation of {@link FormRendererEngineInterface}. AbstractType AbstractTypeExtension Button A form button. ButtonBuilder A builder for {@link Button} instances. CallbackTransformer Form Form represents a form. FormBuilder A builder for creati

Process::getCommandLine()

string getCommandLine() Gets the command line to be executed. Return Value string The command to execute