TableHelper deprecated::setCellRowFormat()

TableHelper setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableHelper

DataUriNormalizer::normalize()

array|string|bool|int|float|null normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|string|bool|int|float|null

ValidatorInterface::startContext()

ContextualValidatorInterface startContext() Starts a new validation context and returns a validator for that context. The returned validator collects all violations generated within its context. You can access these violations with the {@link ContextualValidatorInterface::getViolations()} method. Return Value ContextualValidatorInterface The validator for the new context

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Base RuntimeException for the Security component.

CommandTester::getStatusCode()

int getStatusCode() Gets the status code returned by the last execution of the application. Return Value int The status code

BundleInterface::getContainerExtension()

ExtensionInterface|null getContainerExtension() Returns the container extension that should be implicitly loaded. Return Value ExtensionInterface|null The default extension or null if there is none

RingBuffer::offsetExists()

offsetExists($key) {@inheritdoc} Parameters $key

AbstractAuthenticationListener::handle()

final handle(GetResponseEvent $event) Handles form based authentication. Parameters GetResponseEvent $event Exceptions RuntimeException SessionUnavailableException

SimpleFormAuthenticationListener

class SimpleFormAuthenticationListener extends AbstractAuthenticationListener Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, SessionAuthenticationStrategyInterface $sessionStrategy, HttpUtils $httpUtils, string $providerKey, AuthenticationSuccessHandlerInterface $successHandler, AuthenticationFailureHandlerInterface $failureHandler, array $options = array(), LoggerInterface $logger = null, EventDispatcherInterface $dispatcher

RememberMeListener

class RememberMeListener implements ListenerInterface RememberMeListener implements authentication capabilities via a cookie. Methods __construct(TokenStorageInterface $tokenStorage, RememberMeServicesInterface $rememberMeServices, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null, bool $catchExceptions = true, SessionAuthenticationStrategyInterface $sessionStrategy = null) Constructor. handle(GetRespon