ArgumentResolver

class ArgumentResolver implements ArgumentResolverInterface Responsible for resolving the arguments passed to an action. Methods __construct(ArgumentMetadataFactoryInterface $argumentMetadataFactory = null, array $argumentValueResolvers = array()) array getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. Details __construct(ArgumentMetadataFactoryInterface $argumentMetadataFactory = null, array $argu

SymfonyQuestionHelper

class SymfonyQuestionHelper extends QuestionHelper Symfony Style Guide compliant question helper. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. from Helper static formatTime($secs) from Helper static formatMemory($memory

SessionStorageInterface::setId()

setId(string $id) Sets the session ID. Parameters string $id

RequestContext::getHttpsPort()

int getHttpsPort() Gets the HTTPS port. Return Value int The HTTPS port

FormConfigInterface

interface FormConfigInterface The configuration of a {@link Form} object. Methods EventDispatcherInterface getEventDispatcher() Returns the event dispatcher used to dispatch form events. string getName() Returns the name of the form used as HTTP parameter. null|PropertyPathInterface getPropertyPath() Returns the property path that the form should be mapped to. bool getMapped() Returns whether the form should be mapped to an element of its parent's data. bool getByRefe

StubLocale deprecated

class StubLocale extends Locale deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Locale\Locale} and {@link \Symfony\Component\Intl\Intl} instead. Alias of {@link \Symfony\Component\Intl\Locale\Locale}. Constants DEFAULT_LOCALE ACTUAL_LOCALE VALID_LOCALE LANG_TAG EXTLANG_TAG SCRIPT_TAG REGION_TAG VARIANT_TAG GRANDFATHERED_LANG_TAG PRIVATE_TAG Methods static string acceptFromHttp(string $header) Not support

SessionHandlerProxy::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

RadioListMapper::mapFormsToData()

mapFormsToData($radios, $choice) Maps the data of a list of forms into the properties of some data. Parameters $radios $choice Exceptions UnexpectedTypeException if the type of the data parameter is not supported.

AbstractOperation

class AbstractOperation implements OperationInterface Base catalogues binary operation class. A catalogue binary operation performs operation on source (the left argument) and target (the right argument) catalogues. Methods __construct(MessageCatalogueInterface $source, MessageCatalogueInterface $target) array getDomains() Returns domains affected by operation. array getMessages(string $domain) Returns all valid messages ('all') after operation. array getNewMessages(strin

FormDataCollectorInterface::collectConfiguration()

collectConfiguration(FormInterface $form) Stores configuration data of the given form and its children. Parameters FormInterface $form A root form