OutputFormatter::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages or not

Process::disableOutput()

Process disableOutput() Disables fetching output and error output from the underlying process. Return Value Process Exceptions RuntimeException In case the process is already running LogicException if an idle timeout is set

Compiler::addLogMessage()

addLogMessage(string $string) Adds a log message. Parameters string $string The log message

Compiler::subcompile()

subcompile(Node $node) Parameters Node $node

SessionHandlerProxy::write()

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

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

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.

CsrfValidationListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

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

Router::getContext()

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