UnauthorizedHttpException

class UnauthorizedHttpException extends HttpException UnauthorizedHttpException. Methods __construct(string $challenge, $message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct(string $challenge, $message = null, Exception $previous = null, $code) Constructor. Parameters string $c

DOMCaster::castXPath()

static castXPath(DOMXPath $dom, array $a, Stub $stub, $isNested) Parameters DOMXPath $dom array $a Stub $stub $isNested

TemplatePathsCacheWarmer::isOptional()

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

Expression::validatedBy()

string validatedBy() Returns the name of the class that validates this constraint. By default, this is the fully qualified name of the constraint class suffixed with "Validator". You can override this method to change that behaviour. Return Value string

FormEvents

class FormEvents To learn more about how form events work check the documentation entry at {@link https://symfony.com/doc/any/components/form/form_events.html}. To learn how to dynamically modify forms using events check the cookbook entry at {@link https://symfony.com/doc/any/cookbook/form/dynamicformmodification.html}. Constants PRE_SUBMIT The PRE_SUBMIT event is dispatched at the beginning of the Form::submit() method. It can be used to: - Change data from the request, before submitting

TraceableEventDispatcherInterface::getCalledListeners()

array getCalledListeners() Gets the called listeners. Return Value array An array of called listeners

ScriptDataProvider::getName()

getName($script, $displayLocale = null) Parameters $script $displayLocale

NodeInterface::getPath()

string getPath() Returns the path of the node. Return Value string The node path

HttpKernelExtension::getFunctions()

getFunctions()

ValidatorException

class ValidatorException extends RuntimeException