ValidationVisitor deprecated::getVisitor()

ValidationVisitorInterface getVisitor() Returns the visitor instance used to validate the object graph nodes. Return Value ValidationVisitorInterface The validation visitor.

Translator::addFunction()

XPathExpr addFunction(XPathExpr $xpath, FunctionNode $function) Parameters XPathExpr $xpath FunctionNode $function Return Value XPathExpr Exceptions ExpressionErrorException

TwigDataCollector::getTime()

getTime()

AppVariable::getRequest()

Request|null getRequest() Returns the current request. Return Value Request|null The HTTP request object

PreAuthenticationGuardToken

class PreAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface The token used by the guard auth system before authentication. The GuardAuthenticationListener creates this, which is then consumed immediately by the GuardAuthenticationProvider. If authentication is successful, a different authenticated token is returned Methods __construct(mixed $credentials, string $guardProviderKey) RoleInterface[] getRoles() Returns the user roles. from AbstractToken stri

SessionTokenStorage::getToken()

string getToken(string $tokenId) Reads a stored CSRF token. Parameters string $tokenId The token ID Return Value string The stored token Exceptions TokenNotFoundException If the token ID does not exist

HttpFoundationExtension

class HttpFoundationExtension extends Twig_Extension Twig extension for the Symfony HttpFoundation component. Methods __construct(RequestStack $requestStack, RequestContext $requestContext = null) getFunctions() {@inheritdoc} string generateAbsoluteUrl(string $path) Returns the absolute URL for the given absolute or relative path. string generateRelativePath(string $path) Returns a relative path based on the current Request. string getName() Returns the name of the e

ApplicationTester::getErrorOutput()

string getErrorOutput(bool $normalize = false) Gets the output written to STDERR by the application. Parameters bool $normalize Whether to normalize end of lines to \n or not Return Value string

ReflectionCaster::castProperty()

static castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested) Parameters ReflectionProperty $c array $a Stub $stub $isNested

ContainerBuilder::getResources()

ResourceInterface[] getResources() Returns an array of resources loaded to build this configuration. Return Value ResourceInterface[] An array of resources