Application::getTerminalDimensions()

array getTerminalDimensions() Tries to figure out the terminal dimensions based on the current environment. Return Value array Array containing width and height

Traverse::getTargets()

string|array getTargets() Returns whether the constraint can be put onto classes, properties or both. This method should return one or more of the constants Constraint::CLASSCONSTRAINT and Constraint::PROPERTYCONSTRAINT. Return Value string|array One or more constant values

FlashBagInterface::has()

bool has(string $type) Has flash messages for a given type? Parameters string $type Return Value bool

CookieJar::allRawValues()

array allRawValues(string $uri) Returns not yet expired raw cookie values for the given URI. Parameters string $uri A URI Return Value array An array of cookie values

InteractiveLoginEvent

class InteractiveLoginEvent extends Event InteractiveLoginEvent. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispatcher() deprecated Returns the EventDispatcher that d

NativeSessionTokenStorage::setToken()

setToken(string $tokenId, string $token) Stores a CSRF token. Parameters string $tokenId The token ID string $token The CSRF token

AdapterInterface deprecated::setDepths()

AdapterInterface setDepths(array $depths) Parameters array $depths Return Value AdapterInterface Current instance

CssSelector deprecated::disableHtmlExtension()

static disableHtmlExtension() Disables the HTML extension.

Component\Locale\Stub

Namespaces Symfony\Component\Locale\Stub\DateFormat Classes StubCollator deprecated Alias of {@link \Symfony\Component\Intl\Collator\Collator}. StubIntl deprecated Alias of {@link \Symfony\Component\Intl\Globals\IntlGlobals}. StubIntlDateFormatter deprecated Alias of {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter}. StubLocale deprecated Alias of {@link \Symfony\Component\Intl\Locale\Locale}. StubNumberFormatter deprecated Alias of {@link \Symfony\Component\I

ClassCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise