Request::initialize()

initialize(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), string|resource $content = null) Sets the parameters for this request. This method also re-initializes all properties. Parameters array $query The GET parameters array $request The POST parameters array $attributes The request attributes (parameters parsed from the PATH_INFO, ...) array $cookies The COOKIE parameters ar

ResolvedFormTypeInterface::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes a form view for the type hierarchy. It is called after the children of the view have been built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

PasswordType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

History::back()

Request back() Goes back in the history. Return Value Request A Request instance Exceptions LogicException if the stack is already on the first page

ResolvedTypeDataCollectorProxy::getParent()

ResolvedFormTypeInterface|null getParent() Returns the parent type. Return Value ResolvedFormTypeInterface|null The parent type or null

GuardAuthenticationListener::setRememberMeServices()

setRememberMeServices(RememberMeServicesInterface $rememberMeServices) Should be called if this listener will support remember me. Parameters RememberMeServicesInterface $rememberMeServices

Esi::needsParsing()

bool needsParsing(Response $response) Checks that the Response needs to be parsed for ESI tags. Parameters Response $response A Response instance Return Value bool true if the Response needs to be parsed, false otherwise

AbstractAuthenticationListener::setRememberMeServices()

setRememberMeServices(RememberMeServicesInterface $rememberMeServices) Sets the RememberMeServices implementation to use. Parameters RememberMeServicesInterface $rememberMeServices

ValidationVisitor deprecated::getVisitor()

ValidationVisitorInterface getVisitor() Returns the visitor instance used to validate the object graph nodes. Return Value ValidationVisitorInterface The validation visitor.

ExecutionContextInterface::isConstraintValidated()

bool isConstraintValidated(string $cacheKey, string $constraintHash) Returns whether a constraint was validated for an object. Parameters string $cacheKey The hash of the object string $constraintHash The hash of the constraint Return Value bool Whether the constraint was already validated