ConfigDataCollector::getToken()

string getToken() Gets the token. Return Value string The token

PipesInterface::haveReadSupport()

bool haveReadSupport() Returns if pipes are able to read output. Return Value bool

BadMethodCallException

class BadMethodCallException extends BadMethodCallException implements ExceptionInterface Base BadMethodCallException for Dependency Injection component.

SessionInterface::remove()

mixed remove(string $name) Removes an attribute. Parameters string $name Return Value mixed The removed value or null when it does not exist

FirewallMap

class FirewallMap implements FirewallMapInterface FirewallMap allows configuration of different firewalls for specific parts of the website. Methods add(RequestMatcherInterface $requestMatcher = null, array $listeners = array(), ExceptionListener $exceptionListener = null) array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. Details add(RequestMatcherInterface $requestMat

FormConfigInterface::getFormFactory()

FormFactoryInterface getFormFactory() Returns the form factory used for creating new forms. Return Value FormFactoryInterface The form factory

ResponseHeaderBag::clearCookie()

clearCookie(string $name, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true) Clears a cookie in the browser. Parameters string $name string $path string $domain bool $secure bool $httpOnly

Session::count()

int count() Returns the number of attributes. Return Value int The number of attributes

LogoutUrlExtension deprecated::getName()

getName() {@inheritdoc}

XPathExpr::addCondition()

XPathExpr addCondition($condition) Parameters $condition Return Value XPathExpr