Application::getHelperSet()

HelperSet getHelperSet() Get the helper set associated with the command. Return Value HelperSet The HelperSet instance associated with this command

ChoiceListInterface deprecated::getIndicesForChoices()

array getIndicesForChoices(array $choices) 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 \Symfony\Component\Form\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 $choi

ChainAdapter::clear()

clear() {@inheritdoc}

CsrfValidationListener

class CsrfValidationListener implements EventSubscriberInterface Methods static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. __construct($fieldName, CsrfTokenManagerInterface $tokenManager, $tokenId, $errorMessage, TranslatorInterface $translator = null, $translationDomain = null, ServerParams $serverParams = null) preSubmit(FormEvent $event) Details static array getSubscribedEvents()

Application::setDefaultCommand()

setDefaultCommand(string $commandName) Sets the default Command name. Parameters string $commandName The Command name

AcceptHeaderItem::setQuality()

AcceptHeaderItem setQuality(float $quality) Set the item quality. Parameters float $quality Return Value AcceptHeaderItem

SessionStorageInterface

interface SessionStorageInterface StorageInterface. Methods bool start() Starts the session. bool isStarted() Checks if the session is started. string getId() Returns the session ID. setId(string $id) Sets the session ID. mixed getName() Returns the session name. setName(string $name) Sets the session name. bool regenerate(bool $destroy = false, int $lifetime = null) Regenerates id that represents this storage. save() Force the session to be saved and c

Request::getSchemeAndHttpHost()

string getSchemeAndHttpHost() Gets the scheme and HTTP host. If the URL was called with basic authentication, the user and the password are not added to the generated string. Return Value string The scheme and HTTP host

Command::mergeApplicationDefinition()

mergeApplicationDefinition(bool $mergeArgs = true) Merges the application definition with the command definition. This method is not part of public API and should not be used directly. Parameters bool $mergeArgs Whether to merge or not the Application definition arguments to Command definition arguments

MergeCollectionListener

class MergeCollectionListener implements EventSubscriberInterface Methods __construct(bool $allowAdd = false, bool $allowDelete = false) Creates a new listener. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. onSubmit(FormEvent $event) Details __construct(bool $allowAdd = false, bool $allowDelete = false) Creates a new listener. Parameters bool $allowAdd Whether values might be