ConfigDataCollector::getPhpVersion()

string getPhpVersion() Gets the PHP version. Return Value string The PHP version

RequestDataCollector::getRouteParams()

array getRouteParams() Gets the route parameters. The routeparams request attributes is automatically set by the RouterListener. Return Value array The parameters

TokenInterface::eraseCredentials()

eraseCredentials() Removes sensitive information from the token.

ChainEncoder::supportsEncoding()

bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Parameters string $format format name Return Value bool

SecurityDataCollector::getRoles()

array getRoles() Gets the roles of the user. Return Value array The roles

SessionHelper::hasFlash()

hasFlash($name) Parameters $name

LocaleDataProvider::getLocales()

getLocales()

UsernamePasswordToken::eraseCredentials()

eraseCredentials() Removes sensitive information from the token.

ExpressionLanguage::addFunction()

addFunction(ExpressionFunction $function) Parameters ExpressionFunction $function

PostResponseEvent

class PostResponseEvent extends KernelEvent Allows to execute logic after a response was sent. Since it's only triggered on master requests, the getRequestType() method will always return the value of HttpKernelInterface::MASTER_REQUEST. 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 $dispat