StreamedResponse::sendContent()

Response sendContent() Sends content for the current web response. Return Value Response

CacheClassMetadataFactory::hasMetadataFor()

bool hasMetadataFor(mixed $value) Checks if class has metadata. Parameters mixed $value Return Value bool

GuardAuthenticatorInterface::supportsRememberMe()

bool supportsRememberMe() Does this method support remember me cookies? Remember me cookie will be set if all of the following are met: A) This method returns true B) The rememberme key under your firewall is configured C) The "remember me" functionality is activated. This is usually done by having a _rememberme checkbox in your form, but can be configured by the "alwaysrememberme" and "remembermeparameter" parameters under the "remember_me" firewall key Return Value bool

AbstractToken::setUser()

setUser(mixed $user) Sets the user in the token. The user can be a UserInterface instance, or an object implementing a __toString method or the username as a regular string. Parameters mixed $user Exceptions InvalidArgumentException

TimeDataCollector::getEvents()

array getEvents() Gets the request events. Return Value array The request events

Acl::updateClassAce()

updateClassAce(int $index, int $mask, string $strategy = null) Updates a class-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

Process::isOutputDisabled()

bool isOutputDisabled() Returns true in case the output is disabled, false otherwise. Return Value bool

NumberFormatter::create()

static NumberFormatter create(string $locale = 'en', int $style = null, string $pattern = null) Static constructor. Parameters string $locale The locale code. The only supported locale is "en" (or null using the default locale, i.e. "en") int $style Style of the formatting, one of the format style constants The only currently supported styles are NumberFormatter::DECIMAL and NumberFormatter::CURRENCY. string $pattern Not supported. A pattern string in case $style is

Command::ignoreValidationErrors()

ignoreValidationErrors() Ignores validation errors. This is mainly useful for the help command.

XmlDescriptor::getInputDefinitionDocument()

DOMDocument getInputDefinitionDocument(InputDefinition $definition) Parameters InputDefinition $definition Return Value DOMDocument