CommandTester::getOutput()

OutputInterface getOutput() Gets the output instance used by the last execution of the command. Return Value OutputInterface The current output instance

Router::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context

ConflictingHeadersException

class ConflictingHeadersException extends RuntimeException The HTTP request contains headers with conflicting information. This exception should trigger an HTTP 400 response in your application code.

SessionHelper::getFlash()

getFlash($name, array $default = array()) Parameters $name array $default

NodeInterface::finalize()

mixed finalize(mixed $value) Finalizes a value. Parameters mixed $value The value to finalize Return Value mixed The finalized value

Compiler::string()

Compiler string(string $value) Adds a quoted string to the compiled code. Parameters string $value The string Return Value Compiler The current compiler instance

CsrfValidationListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

ExecutionContextInterface deprecated::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you want to retrieve the object that was originally passed to the validator, use {@link getRoot}. Return Value mixed The currently validated value.

PersistentTokenBasedRememberMeServices

class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities. Constants COOKIE_DELIMITER Methods __construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor. from AbstractRememberMeServices string getRememberMeParameter() Return

XmlDescriptor::getApplicationDocument()

DOMDocument getApplicationDocument(Application $application, string|null $namespace = null) Parameters Application $application string|null $namespace Return Value DOMDocument