ModelChoiceList::getIndicesForChoices()

array getIndicesForChoices(array $models) deprecated deprecated Deprecated since version 2.4, to be removed in 3.0. Returns the indices corresponding to the given choices. The indices must be positive integers or strings accepted by {@link FormConfigBuilder::validateName()}. The index "placeholder" is internally reserved. The indices must be returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $models Return Val

HttpCache::getSurrogate()

SurrogateInterface getSurrogate() Gets the Surrogate instance. Return Value SurrogateInterface A Surrogate instance Exceptions LogicException

RememberMeServicesInterface::loginSuccess()

loginSuccess(Request $request, Response $response, TokenInterface $token) Called whenever an interactive authentication attempt is successful (e.g. a form login). An implementation may always set a remember-me cookie in the Response, although this is not recommended. Instead, implementations should typically look for a request parameter (such as a HTTP POST parameter) that indicates the browser has explicitly requested for the authentication to be remembered. Parameters Request $re

ExprBuilder::then()

ExprBuilder then(Closure $closure) Sets the closure to run if the test pass. Parameters Closure $closure Return Value ExprBuilder

DebugAccessDecisionManager::getVoters()

array getVoters() Return Value array

SessionListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

Profiler::all()

array all() Gets the Collectors associated with this profiler. Return Value array An array of collectors

FormErrorIterator::valid()

bool valid() Returns whether the iterator's position is valid. Return Value bool Whether the iterator is valid

ConstraintViolation::getInvalidValue()

mixed getInvalidValue() Returns the value that caused the violation. Return Value mixed The invalid value that caused the validated constraint to fail.

TableCell::getColspan()

int getColspan() Gets number of colspan. Return Value int