Extension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

ProgressHelper deprecated::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

GlobalVariables::getRequest()

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

UserChecker::checkPostAuth()

checkPostAuth(UserInterface $user) Checks the user account after authentication. Parameters UserInterface $user a UserInterface instance

HelperSet::getIterator()

Helper[] getIterator() Return Value Helper[]

RedirectResponse::create()

static Response create($url = '', int $status = 302, array $headers = array()) Factory method for chainability. Example: return Response::create($body, 200) ->setSharedMaxAge(300); Parameters $url int $status The response status code array $headers An array of response headers Return Value Response

RouterHelper::url()

string url(string $name, mixed $parameters = array(), bool $schemeRelative = false) Generates a URL reference (as an absolute URL or network path) to the route with the given parameters. Parameters string $name The name of the route mixed $parameters An array of parameters bool $schemeRelative Whether to omit the scheme in the generated URL reference Return Value string The generated URL reference See also UrlGeneratorInterface

Kernel::getCacheDir()

string getCacheDir() Gets the cache directory. Return Value string The cache directory

ProxyDumper::isProxyCandidate()

bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. Parameters Definition $definition Return Value bool

NodeDefinition::getNode()

NodeInterface getNode(bool $forceRootNode = false) Creates the node. Parameters bool $forceRootNode Whether to force this node as the root node Return Value NodeInterface